#A6E462

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

Shades of Conifer #A6E462

Tints of Conifer #A6E462

Color information

#A6E462 (or 0xA6E462) is unknown color: approx Conifer. HEX triplet: A6, E4 and 62. RGB value is (166,228,98). Sum of RGB (Red+Green+Blue) = 166+228+98=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E462 is #591B9D. Grayscale: #C3C3C3. Windows color (decimal): -5839774 or 6481062. OLE color: 6481062.

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

Color convert

RGB16622898-
CMYK0.2700.570.11
HSL88.62º70.65%63.92%-
HSV(B)88.62º57.02%89.41%-
XYZ45.6764.4821.59-
YUV194.6473.46107.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 228 (89.45% from 255) = 46.34%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=33.74%
G=46.34%
B=19.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166228980.2700.570.1188.6270.6563.92
HexA6E4621B039B594740
Octal2463441423307113131107100
Binary101001101110010011000101101101110011011101100110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E462; }

 p { color: rgb(166,228,98); }

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

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

 a { background-color: rgb(166,228,98); }

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

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

 span { border-color: rgb(166,228,98); }

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