Shades of Conifer #A9D24D
Tints of Conifer #A9D24D
RGB
CMYK
RGB Variations
Color information
#A9D24D (or 0xA9D24D) is known color: Conifer. HEX triplet: A9, D2 and 4D. RGB value is (169,210,77). Sum of RGB (Red+Green+Blue) = 169+210+77=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D24D is #562DB2. Grayscale: #B7B7B7. Windows color (decimal): -5647795 or 5100201. OLE color: 5100201.
HSL color Cylindrical-coordinate representation of color #A9D24D: hue angle of 78.5º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9D24D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 77 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.18 |
| HSL | 78.5º | 0.6% | 0.56% | - |
| HSV(B) | 78.5º | 0.63% | 0.82% | - |
| XYZ | 40.75 | 55.06 | 15.5 | - |
| YUV | 182.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 77 | 0.20 | 0 | 0.63 | 0.18 | 78.5 | 0.6 | 0.56 |
| Hex | A9 | D2 | 4D | 14 | 0 | 3F | 12 | 4E | 3C | 38 |
| Octal | 251 | 322 | 115 | 24 | 0 | 77 | 22 | 116 | 74 | 70 |
| Binary | 10101001 | 11010010 | 1001101 | 10100 | 0 | 111111 | 10010 | 1001110 | 111100 | 111000 |
Color Harmonies of #A9D24D
Complementary color
Monochromatic Colors of #A9D24D
Black with #A9D24D
Text Example
Text Example
White with #A9D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D24D; }
p { color: rgb(169,210,77); }
H1.HeaderClassName
{
color: #A9D24D;
}
.AnyTagClassName
{
color: #A9D24D;
}
</style>
background-color css
<style>
a { background-color: #A9D24D; }
a { background-color: rgb(169,210,77); }
div.DivClassName
{
background-color: #A9D24D;
}
.BgClassName
{
background-color: #A9D24D;
}
</style>
border-color css
<style>
span { border-color: #A9D24D; }
span { border-color: rgb(169,210,77); }
td.TdClassName
{
border-color: #A9D24D;
}
.TagClassName
{
border-color: #A9D24D;
}
</style>