Shades of Conifer #A9D256
Tints of Conifer #A9D256
RGB
CMYK
RGB Variations
Color information
#A9D256 (or 0xA9D256) is known color: Conifer. HEX triplet: A9, D2 and 56. RGB value is (169,210,86). Sum of RGB (Red+Green+Blue) = 169+210+86=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D256 is #562DA9. Grayscale: #B8B8B8. Windows color (decimal): -5647786 or 5690025. OLE color: 5690025.
HSL color Cylindrical-coordinate representation of color #A9D256: hue angle of 79.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9D256 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 86 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.18 |
| HSL | 79.84º | 0.58% | 0.58% | - |
| HSV(B) | 79.84º | 0.59% | 0.82% | - |
| XYZ | 41.09 | 55.2 | 17.29 | - |
| YUV | 183.61 | 72.92 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 86 | 0.20 | 0 | 0.59 | 0.18 | 79.84 | 0.58 | 0.58 |
| Hex | A9 | D2 | 56 | 14 | 0 | 3B | 12 | 50 | 3A | 3A |
| Octal | 251 | 322 | 126 | 24 | 0 | 73 | 22 | 120 | 72 | 72 |
| Binary | 10101001 | 11010010 | 1010110 | 10100 | 0 | 111011 | 10010 | 1010000 | 111010 | 111010 |
Color Harmonies of #A9D256
Complementary color
Monochromatic Colors of #A9D256
Black with #A9D256
Text Example
Text Example
White with #A9D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D256; }
p { color: rgb(169,210,86); }
H1.HeaderClassName
{
color: #A9D256;
}
.AnyTagClassName
{
color: #A9D256;
}
</style>
background-color css
<style>
a { background-color: #A9D256; }
a { background-color: rgb(169,210,86); }
div.DivClassName
{
background-color: #A9D256;
}
.BgClassName
{
background-color: #A9D256;
}
</style>
border-color css
<style>
span { border-color: #A9D256; }
span { border-color: rgb(169,210,86); }
td.TdClassName
{
border-color: #A9D256;
}
.TagClassName
{
border-color: #A9D256;
}
</style>