Shades of Conifer #A8D060
Tints of Conifer #A8D060
RGB
CMYK
RGB Variations
Color information
#A8D060 (or 0xA8D060) is known color: Conifer. HEX triplet: A8, D0 and 60. RGB value is (168,208,96). Sum of RGB (Red+Green+Blue) = 168+208+96=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D060 is #572F9F. Grayscale: #B7B7B7. Windows color (decimal): -5713824 or 6344872. OLE color: 6344872.
HSL color Cylindrical-coordinate representation of color #A8D060: hue angle of 81.43º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8D060 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 96 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.18 |
| HSL | 81.43º | 0.54% | 0.6% | - |
| HSV(B) | 81.43º | 0.54% | 0.82% | - |
| XYZ | 40.82 | 54.28 | 19.39 | - |
| YUV | 183.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 96 | 0.19 | 0 | 0.54 | 0.18 | 81.43 | 0.54 | 0.6 |
| Hex | A8 | D0 | 60 | 13 | 0 | 36 | 12 | 51 | 36 | 3C |
| Octal | 250 | 320 | 140 | 23 | 0 | 66 | 22 | 121 | 66 | 74 |
| Binary | 10101000 | 11010000 | 1100000 | 10011 | 0 | 110110 | 10010 | 1010001 | 110110 | 111100 |
Color Harmonies of #A8D060
Complementary color
Monochromatic Colors of #A8D060
Black with #A8D060
Text Example
Text Example
White with #A8D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D060; }
p { color: rgb(168,208,96); }
H1.HeaderClassName
{
color: #A8D060;
}
.AnyTagClassName
{
color: #A8D060;
}
</style>
background-color css
<style>
a { background-color: #A8D060; }
a { background-color: rgb(168,208,96); }
div.DivClassName
{
background-color: #A8D060;
}
.BgClassName
{
background-color: #A8D060;
}
</style>
border-color css
<style>
span { border-color: #A8D060; }
span { border-color: rgb(168,208,96); }
td.TdClassName
{
border-color: #A8D060;
}
.TagClassName
{
border-color: #A8D060;
}
</style>