Shades of Conifer #A8D061
Tints of Conifer #A8D061
RGB
CMYK
RGB Variations
Color information
#A8D061 (or 0xA8D061) is known color: Conifer. HEX triplet: A8, D0 and 61. RGB value is (168,208,97). Sum of RGB (Red+Green+Blue) = 168+208+97=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D061 is #572F9E. Grayscale: #B7B7B7. Windows color (decimal): -5713823 or 6410408. OLE color: 6410408.
HSL color Cylindrical-coordinate representation of color #A8D061: hue angle of 81.62º 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 #A8D061 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 97 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.18 |
| HSL | 81.62º | 0.54% | 0.6% | - |
| HSV(B) | 81.62º | 0.53% | 0.82% | - |
| XYZ | 40.86 | 54.3 | 19.64 | - |
| YUV | 183.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 97 | 0.19 | 0 | 0.53 | 0.18 | 81.62 | 0.54 | 0.6 |
| Hex | A8 | D0 | 61 | 13 | 0 | 35 | 12 | 52 | 36 | 3C |
| Octal | 250 | 320 | 141 | 23 | 0 | 65 | 22 | 122 | 66 | 74 |
| Binary | 10101000 | 11010000 | 1100001 | 10011 | 0 | 110101 | 10010 | 1010010 | 110110 | 111100 |
Color Harmonies of #A8D061
Complementary color
Monochromatic Colors of #A8D061
Black with #A8D061
Text Example
Text Example
White with #A8D061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D061; }
p { color: rgb(168,208,97); }
H1.HeaderClassName
{
color: #A8D061;
}
.AnyTagClassName
{
color: #A8D061;
}
</style>
background-color css
<style>
a { background-color: #A8D061; }
a { background-color: rgb(168,208,97); }
div.DivClassName
{
background-color: #A8D061;
}
.BgClassName
{
background-color: #A8D061;
}
</style>
border-color css
<style>
span { border-color: #A8D061; }
span { border-color: rgb(168,208,97); }
td.TdClassName
{
border-color: #A8D061;
}
.TagClassName
{
border-color: #A8D061;
}
</style>