Shades of Conifer #A9D249
Tints of Conifer #A9D249
RGB
CMYK
RGB Variations
Color information
#A9D249 (or 0xA9D249) is known color: Conifer. HEX triplet: A9, D2 and 49. RGB value is (169,210,73). Sum of RGB (Red+Green+Blue) = 169+210+73=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D249 is #562DB6. Grayscale: #B6B6B6. Windows color (decimal): -5647799 or 4838057. OLE color: 4838057.
HSL color Cylindrical-coordinate representation of color #A9D249: hue angle of 77.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9D249 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 73 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.18 |
| HSL | 77.96º | 0.6% | 0.55% | - |
| HSV(B) | 77.96º | 0.65% | 0.82% | - |
| XYZ | 40.61 | 55.01 | 14.78 | - |
| YUV | 182.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 73 | 0.20 | 0 | 0.65 | 0.18 | 77.96 | 0.6 | 0.55 |
| Hex | A9 | D2 | 49 | 14 | 0 | 41 | 12 | 4E | 3C | 37 |
| Octal | 251 | 322 | 111 | 24 | 0 | 101 | 22 | 116 | 74 | 67 |
| Binary | 10101001 | 11010010 | 1001001 | 10100 | 0 | 1000001 | 10010 | 1001110 | 111100 | 110111 |
Color Harmonies of #A9D249
Complementary color
Monochromatic Colors of #A9D249
Black with #A9D249
Text Example
Text Example
White with #A9D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D249; }
p { color: rgb(169,210,73); }
H1.HeaderClassName
{
color: #A9D249;
}
.AnyTagClassName
{
color: #A9D249;
}
</style>
background-color css
<style>
a { background-color: #A9D249; }
a { background-color: rgb(169,210,73); }
div.DivClassName
{
background-color: #A9D249;
}
.BgClassName
{
background-color: #A9D249;
}
</style>
border-color css
<style>
span { border-color: #A9D249; }
span { border-color: rgb(169,210,73); }
td.TdClassName
{
border-color: #A9D249;
}
.TagClassName
{
border-color: #A9D249;
}
</style>