#A6E55E

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

Shades of Conifer #A6E55E

Tints of Conifer #A6E55E

Color information

#A6E55E (or 0xA6E55E) is unknown color: approx Conifer. HEX triplet: A6, E5 and 5E. RGB value is (166,229,94). Sum of RGB (Red+Green+Blue) = 166+229+94=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E55E is #591AA1. Grayscale: #C3C3C3. Windows color (decimal): -5839522 or 6219174. OLE color: 6219174.

HSL color Cylindrical-coordinate representation of color #A6E55E: hue angle of 88º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6E55E is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB16622994-
CMYK0.2800.590.10
HSL88º72.19%63.33%-
HSV(B)88º58.95%89.8%-
XYZ45.7764.9520.71-
YUV194.7771.13107.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 229 (89.84% from 255) = 46.83%
BLUE value IS 94 (37.11% from 255) = 19.22%
R=33.95%
G=46.83%
B=19.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166229940.2800.590.108872.1963.33
HexA6E55E1C03BA58483f
Octal246345136340731213011077
Binary10100110111001011011110111000111011101010110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E55E; }

 p { color: rgb(166,229,94); }

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

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

 a { background-color: rgb(166,229,94); }

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

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

 span { border-color: rgb(166,229,94); }

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