#A6E169

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

Shades of Conifer #A6E169

Tints of Conifer #A6E169

Color information

#A6E169 (or 0xA6E169) is unknown color: approx Conifer. HEX triplet: A6, E1 and 69. RGB value is (166,225,105). Sum of RGB (Red+Green+Blue) = 166+225+105=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E169 is #591E96. Grayscale: #C2C2C2. Windows color (decimal): -5840535 or 6939046. OLE color: 6939046.

HSL color Cylindrical-coordinate representation of color #A6E169: hue angle of 89.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6E169 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB166225105-
CMYK0.2600.530.12
HSL89.5º66.67%64.71%-
HSV(B)89.5º53.33%88.24%-
XYZ45.262.9823.14-
YUV193.6877.95108.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 225 (88.28% from 255) = 45.36%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=33.47%
G=45.36%
B=21.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662251050.2600.530.1289.566.6764.71
HexA6E1691A035C5a4341
Octal2463411513206514132103101
Binary101001101110000111010011101001101011100101101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E169; }

 p { color: rgb(166,225,105); }

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

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

 a { background-color: rgb(166,225,105); }

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

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

 span { border-color: rgb(166,225,105); }

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