Shades of Conifer #A9CF49
Tints of Conifer #A9CF49
RGB
CMYK
RGB Variations
Color information
#A9CF49 (or 0xA9CF49) is known color: Conifer. HEX triplet: A9, CF and 49. RGB value is (169,207,73). Sum of RGB (Red+Green+Blue) = 169+207+73=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CF49 is #5630B6. Grayscale: #B4B4B4. Windows color (decimal): -5648567 or 4837289. OLE color: 4837289.
HSL color Cylindrical-coordinate representation of color #A9CF49: hue angle of 77.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9CF49 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 73 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.19 |
| HSL | 77.01º | 0.58% | 0.55% | - |
| HSV(B) | 77.01º | 0.65% | 0.81% | - |
| XYZ | 39.88 | 53.54 | 14.54 | - |
| YUV | 180.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 73 | 0.18 | 0 | 0.65 | 0.19 | 77.01 | 0.58 | 0.55 |
| Hex | A9 | CF | 49 | 12 | 0 | 41 | 13 | 4D | 3A | 37 |
| Octal | 251 | 317 | 111 | 22 | 0 | 101 | 23 | 115 | 72 | 67 |
| Binary | 10101001 | 11001111 | 1001001 | 10010 | 0 | 1000001 | 10011 | 1001101 | 111010 | 110111 |
Color Harmonies of #A9CF49
Complementary color
Monochromatic Colors of #A9CF49
Black with #A9CF49
Text Example
Text Example
White with #A9CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CF49; }
p { color: rgb(169,207,73); }
H1.HeaderClassName
{
color: #A9CF49;
}
.AnyTagClassName
{
color: #A9CF49;
}
</style>
background-color css
<style>
a { background-color: #A9CF49; }
a { background-color: rgb(169,207,73); }
div.DivClassName
{
background-color: #A9CF49;
}
.BgClassName
{
background-color: #A9CF49;
}
</style>
border-color css
<style>
span { border-color: #A9CF49; }
span { border-color: rgb(169,207,73); }
td.TdClassName
{
border-color: #A9CF49;
}
.TagClassName
{
border-color: #A9CF49;
}
</style>