Shades of Conifer #A8DC59
Tints of Conifer #A8DC59
RGB
CMYK
RGB Variations
Color information
#A8DC59 (or 0xA8DC59) is known color: Conifer. HEX triplet: A8, DC and 59. RGB value is (168,220,89). Sum of RGB (Red+Green+Blue) = 168+220+89=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC59 is #5723A6. Grayscale: #BDBDBD. Windows color (decimal): -5710759 or 5889192. OLE color: 5889192.
HSL color Cylindrical-coordinate representation of color #A8DC59: hue angle of 83.82º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8DC59 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 89 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.14 |
| HSL | 83.82º | 0.65% | 0.61% | - |
| HSV(B) | 83.82º | 0.6% | 0.86% | - |
| XYZ | 43.54 | 60.23 | 18.78 | - |
| YUV | 189.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 89 | 0.24 | 0 | 0.60 | 0.14 | 83.82 | 0.65 | 0.61 |
| Hex | A8 | DC | 59 | 18 | 0 | 3C | E | 54 | 41 | 3D |
| Octal | 250 | 334 | 131 | 30 | 0 | 74 | 16 | 124 | 101 | 75 |
| Binary | 10101000 | 11011100 | 1011001 | 11000 | 0 | 111100 | 1110 | 1010100 | 1000001 | 111101 |
Color Harmonies of #A8DC59
Complementary color
Monochromatic Colors of #A8DC59
Black with #A8DC59
Text Example
Text Example
White with #A8DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC59; }
p { color: rgb(168,220,89); }
H1.HeaderClassName
{
color: #A8DC59;
}
.AnyTagClassName
{
color: #A8DC59;
}
</style>
background-color css
<style>
a { background-color: #A8DC59; }
a { background-color: rgb(168,220,89); }
div.DivClassName
{
background-color: #A8DC59;
}
.BgClassName
{
background-color: #A8DC59;
}
</style>
border-color css
<style>
span { border-color: #A8DC59; }
span { border-color: rgb(168,220,89); }
td.TdClassName
{
border-color: #A8DC59;
}
.TagClassName
{
border-color: #A8DC59;
}
</style>