Shades of Conifer #A6D260
Tints of Conifer #A6D260
RGB
CMYK
RGB Variations
Color information
#A6D260 (or 0xA6D260) is known color: Conifer. HEX triplet: A6, D2 and 60. RGB value is (166,210,96). Sum of RGB (Red+Green+Blue) = 166+210+96=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D260 is #592D9F. Grayscale: #B8B8B8. Windows color (decimal): -5844384 or 6345382. OLE color: 6345382.
HSL color Cylindrical-coordinate representation of color #A6D260: hue angle of 83.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6D260 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 96 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.18 |
| HSL | 83.16º | 0.56% | 0.6% | - |
| HSV(B) | 83.16º | 0.54% | 0.82% | - |
| XYZ | 40.88 | 55.04 | 19.54 | - |
| YUV | 183.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 96 | 0.21 | 0 | 0.54 | 0.18 | 83.16 | 0.56 | 0.6 |
| Hex | A6 | D2 | 60 | 15 | 0 | 36 | 12 | 53 | 38 | 3C |
| Octal | 246 | 322 | 140 | 25 | 0 | 66 | 22 | 123 | 70 | 74 |
| Binary | 10100110 | 11010010 | 1100000 | 10101 | 0 | 110110 | 10010 | 1010011 | 111000 | 111100 |
Color Harmonies of #A6D260
Complementary color
Monochromatic Colors of #A6D260
Black with #A6D260
Text Example
Text Example
White with #A6D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D260; }
p { color: rgb(166,210,96); }
H1.HeaderClassName
{
color: #A6D260;
}
.AnyTagClassName
{
color: #A6D260;
}
</style>
background-color css
<style>
a { background-color: #A6D260; }
a { background-color: rgb(166,210,96); }
div.DivClassName
{
background-color: #A6D260;
}
.BgClassName
{
background-color: #A6D260;
}
</style>
border-color css
<style>
span { border-color: #A6D260; }
span { border-color: rgb(166,210,96); }
td.TdClassName
{
border-color: #A6D260;
}
.TagClassName
{
border-color: #A6D260;
}
</style>