Shades of Conifer #A9CF60
Tints of Conifer #A9CF60
RGB
CMYK
RGB Variations
Color information
#A9CF60 (or 0xA9CF60) is known color: Conifer. HEX triplet: A9, CF and 60. RGB value is (169,207,96). Sum of RGB (Red+Green+Blue) = 169+207+96=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF60 is #56309F. Grayscale: #B7B7B7. Windows color (decimal): -5648544 or 6344617. OLE color: 6344617.
HSL color Cylindrical-coordinate representation of color #A9CF60: hue angle of 80.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9CF60 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 96 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.19 |
| HSL | 80.54º | 0.54% | 0.59% | - |
| HSV(B) | 80.54º | 0.54% | 0.81% | - |
| XYZ | 40.79 | 53.91 | 19.32 | - |
| YUV | 182.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 96 | 0.18 | 0 | 0.54 | 0.19 | 80.54 | 0.54 | 0.59 |
| Hex | A9 | CF | 60 | 12 | 0 | 36 | 13 | 51 | 36 | 3B |
| Octal | 251 | 317 | 140 | 22 | 0 | 66 | 23 | 121 | 66 | 73 |
| Binary | 10101001 | 11001111 | 1100000 | 10010 | 0 | 110110 | 10011 | 1010001 | 110110 | 111011 |
Color Harmonies of #A9CF60
Complementary color
Monochromatic Colors of #A9CF60
Black with #A9CF60
Text Example
Text Example
White with #A9CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CF60; }
p { color: rgb(169,207,96); }
H1.HeaderClassName
{
color: #A9CF60;
}
.AnyTagClassName
{
color: #A9CF60;
}
</style>
background-color css
<style>
a { background-color: #A9CF60; }
a { background-color: rgb(169,207,96); }
div.DivClassName
{
background-color: #A9CF60;
}
.BgClassName
{
background-color: #A9CF60;
}
</style>
border-color css
<style>
span { border-color: #A9CF60; }
span { border-color: rgb(169,207,96); }
td.TdClassName
{
border-color: #A9CF60;
}
.TagClassName
{
border-color: #A9CF60;
}
</style>