Shades of Conifer #A8D062
Tints of Conifer #A8D062
RGB
CMYK
RGB Variations
Color information
#A8D062 (or 0xA8D062) is known color: Conifer. HEX triplet: A8, D0 and 62. RGB value is (168,208,98). Sum of RGB (Red+Green+Blue) = 168+208+98=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D062 is #572F9D. Grayscale: #B7B7B7. Windows color (decimal): -5713822 or 6475944. OLE color: 6475944.
HSL color Cylindrical-coordinate representation of color #A8D062: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8D062 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 98 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.18 |
| HSL | 81.82º | 0.54% | 0.6% | - |
| HSV(B) | 81.82º | 0.53% | 0.82% | - |
| XYZ | 40.91 | 54.32 | 19.88 | - |
| YUV | 183.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 98 | 0.19 | 0 | 0.53 | 0.18 | 81.82 | 0.54 | 0.6 |
| Hex | A8 | D0 | 62 | 13 | 0 | 35 | 12 | 52 | 36 | 3C |
| Octal | 250 | 320 | 142 | 23 | 0 | 65 | 22 | 122 | 66 | 74 |
| Binary | 10101000 | 11010000 | 1100010 | 10011 | 0 | 110101 | 10010 | 1010010 | 110110 | 111100 |
Color Harmonies of #A8D062
Complementary color
Monochromatic Colors of #A8D062
Black with #A8D062
Text Example
Text Example
White with #A8D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D062; }
p { color: rgb(168,208,98); }
H1.HeaderClassName
{
color: #A8D062;
}
.AnyTagClassName
{
color: #A8D062;
}
</style>
background-color css
<style>
a { background-color: #A8D062; }
a { background-color: rgb(168,208,98); }
div.DivClassName
{
background-color: #A8D062;
}
.BgClassName
{
background-color: #A8D062;
}
</style>
border-color css
<style>
span { border-color: #A8D062; }
span { border-color: rgb(168,208,98); }
td.TdClassName
{
border-color: #A8D062;
}
.TagClassName
{
border-color: #A8D062;
}
</style>