#A6D369

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

Shades of Conifer #A6D369

Tints of Conifer #A6D369

Color information

#A6D369 (or 0xA6D369) is unknown color: approx Conifer. HEX triplet: A6, D3 and 69. RGB value is (166,211,105). Sum of RGB (Red+Green+Blue) = 166+211+105=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D369 is #592C96. Grayscale: #B9B9B9. Windows color (decimal): -5844119 or 6935462. OLE color: 6935462.

HSL color Cylindrical-coordinate representation of color #A6D369: hue angle of 85.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6D369 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB166211105-
CMYK0.2100.500.17
HSL85.47º54.64%61.96%-
HSV(B)85.47º50.24%82.75%-
XYZ41.5755.7221.93-
YUV185.4682.59114.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=34.44%
G=43.78%
B=21.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111050.2100.500.1785.4754.6461.96
HexA6D369150321155373e
Octal24632315125062211256776
Binary10100110110100111101001101010110010100011010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D369; }

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

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

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

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

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

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

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

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