Shades of Conifer #A9CF55
Tints of Conifer #A9CF55
RGB
CMYK
RGB Variations
Color information
#A9CF55 (or 0xA9CF55) is known color: Conifer. HEX triplet: A9, CF and 55. RGB value is (169,207,85). Sum of RGB (Red+Green+Blue) = 169+207+85=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF55 is #5630AA. Grayscale: #B6B6B6. Windows color (decimal): -5648555 or 5623721. OLE color: 5623721.
HSL color Cylindrical-coordinate representation of color #A9CF55: hue angle of 78.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9CF55 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 85 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.19 |
| HSL | 78.69º | 0.56% | 0.57% | - |
| HSV(B) | 78.69º | 0.59% | 0.81% | - |
| XYZ | 40.31 | 53.72 | 16.84 | - |
| YUV | 181.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 85 | 0.18 | 0 | 0.59 | 0.19 | 78.69 | 0.56 | 0.57 |
| Hex | A9 | CF | 55 | 12 | 0 | 3B | 13 | 4F | 38 | 39 |
| Octal | 251 | 317 | 125 | 22 | 0 | 73 | 23 | 117 | 70 | 71 |
| Binary | 10101001 | 11001111 | 1010101 | 10010 | 0 | 111011 | 10011 | 1001111 | 111000 | 111001 |
Color Harmonies of #A9CF55
Complementary color
Monochromatic Colors of #A9CF55
Black with #A9CF55
Text Example
Text Example
White with #A9CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CF55; }
p { color: rgb(169,207,85); }
H1.HeaderClassName
{
color: #A9CF55;
}
.AnyTagClassName
{
color: #A9CF55;
}
</style>
background-color css
<style>
a { background-color: #A9CF55; }
a { background-color: rgb(169,207,85); }
div.DivClassName
{
background-color: #A9CF55;
}
.BgClassName
{
background-color: #A9CF55;
}
</style>
border-color css
<style>
span { border-color: #A9CF55; }
span { border-color: rgb(169,207,85); }
td.TdClassName
{
border-color: #A9CF55;
}
.TagClassName
{
border-color: #A9CF55;
}
</style>