Shades of Conifer #A8D759
Tints of Conifer #A8D759
RGB
CMYK
RGB Variations
Color information
#A8D759 (or 0xA8D759) is known color: Conifer. HEX triplet: A8, D7 and 59. RGB value is (168,215,89). Sum of RGB (Red+Green+Blue) = 168+215+89=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D759 is #5728A6. Grayscale: #BBBBBB. Windows color (decimal): -5712039 or 5887912. OLE color: 5887912.
HSL color Cylindrical-coordinate representation of color #A8D759: hue angle of 82.38º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D759 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 89 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.16 |
| HSL | 82.38º | 0.61% | 0.6% | - |
| HSV(B) | 82.38º | 0.59% | 0.84% | - |
| XYZ | 42.25 | 57.65 | 18.35 | - |
| YUV | 186.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 89 | 0.22 | 0 | 0.59 | 0.16 | 82.38 | 0.61 | 0.6 |
| Hex | A8 | D7 | 59 | 16 | 0 | 3B | 10 | 52 | 3D | 3C |
| Octal | 250 | 327 | 131 | 26 | 0 | 73 | 20 | 122 | 75 | 74 |
| Binary | 10101000 | 11010111 | 1011001 | 10110 | 0 | 111011 | 10000 | 1010010 | 111101 | 111100 |
Color Harmonies of #A8D759
Complementary color
Monochromatic Colors of #A8D759
Black with #A8D759
Text Example
Text Example
White with #A8D759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D759; }
p { color: rgb(168,215,89); }
H1.HeaderClassName
{
color: #A8D759;
}
.AnyTagClassName
{
color: #A8D759;
}
</style>
background-color css
<style>
a { background-color: #A8D759; }
a { background-color: rgb(168,215,89); }
div.DivClassName
{
background-color: #A8D759;
}
.BgClassName
{
background-color: #A8D759;
}
</style>
border-color css
<style>
span { border-color: #A8D759; }
span { border-color: rgb(168,215,89); }
td.TdClassName
{
border-color: #A8D759;
}
.TagClassName
{
border-color: #A8D759;
}
</style>