#A6E365

Color #A6E365 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A6E365

Tints of Conifer #A6E365

Color information

#A6E365 (or 0xA6E365) is unknown color: approx Conifer. HEX triplet: A6, E3 and 65. RGB value is (166,227,101). Sum of RGB (Red+Green+Blue) = 166+227+101=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E365 is #591C9A. Grayscale: #C2C2C2. Windows color (decimal): -5840027 or 6677414. OLE color: 6677414.

HSL color Cylindrical-coordinate representation of color #A6E365: hue angle of 89.05º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6E365 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB166227101-
CMYK0.2700.560.11
HSL89.05º69.23%64.31%-
HSV(B)89.05º55.51%89.02%-
XYZ45.5463.9822.26-
YUV194.475.29107.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 227 (89.06% from 255) = 45.95%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=33.60%
G=45.95%
B=20.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662271010.2700.560.1189.0569.2364.31
HexA6E3651B038B594540
Octal2463431453307013131105100
Binary101001101110001111001011101101110001011101100110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E365; }

 p { color: rgb(166,227,101); }

 H1.HeaderClassName
 {
   color: #A6E365;
 }
 .AnyTagClassName
 {
   color: #A6E365;
 }
</style>
background-color css

<style>
 a { background-color: #A6E365; }

 a { background-color: rgb(166,227,101); }

 div.DivClassName
 {
   background-color: #A6E365;
 }
 .BgClassName
 {
   background-color: #A6E365;
 }
</style>
border-color css

<style>
 span { border-color: #A6E365; }

 span { border-color: rgb(166,227,101); }

 td.TdClassName
 {
   border-color: #A6E365;
 }
 .TagClassName
 {
   border-color: #A6E365;
 }
</style>