#A6E249

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

Shades of Conifer #A6E249

Tints of Conifer #A6E249

Color information

#A6E249 (or 0xA6E249) is unknown color: approx Conifer. HEX triplet: A6, E2 and 49. RGB value is (166,226,73). Sum of RGB (Red+Green+Blue) = 166+226+73=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E249 is #591DB6. Grayscale: #BFBFBF. Windows color (decimal): -5840311 or 4842150. OLE color: 4842150.

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

Color convert

RGB16622673-
CMYK0.2700.680.11
HSL83.53º72.51%58.63%-
HSV(B)83.53º67.7%88.63%-
XYZ44.1262.9816.13-
YUV190.6261.62110.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 226 (88.67% from 255) = 48.60%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=35.70%
G=48.60%
B=15.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166226730.2700.680.1183.5372.5158.63
HexA6E2491B044B54493b
Octal2463421113301041312411173
Binary101001101110001010010011101101000100101110101001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E249; }

 p { color: rgb(166,226,73); }

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

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

 a { background-color: rgb(166,226,73); }

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

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

 span { border-color: rgb(166,226,73); }

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