#A6E849

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

Shades of Conifer #A6E849

Tints of Conifer #A6E849

Color information

#A6E849 (or 0xA6E849) is unknown color: approx Conifer. HEX triplet: A6, E8 and 49. RGB value is (166,232,73). Sum of RGB (Red+Green+Blue) = 166+232+73=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E849 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E849 is #5917B6. Grayscale: #C2C2C2. Windows color (decimal): -5838775 or 4843686. OLE color: 4843686.

HSL color Cylindrical-coordinate representation of color #A6E849: hue angle of 84.91º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6E849 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB16623273-
CMYK0.2800.690.09
HSL84.91º77.56%59.8%-
HSV(B)84.91º68.53%90.98%-
XYZ45.7966.316.69-
YUV194.1459.63107.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=35.24%
G=49.26%
B=15.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166232730.2800.690.0984.9177.5659.8
HexA6E8491C0459554e3c
Octal2463501113401051112511674
Binary101001101110100010010011110001000101100110101011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E849; }

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

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

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

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

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

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

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

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