Shades of Conifer #A8CA59
Tints of Conifer #A8CA59
RGB
CMYK
RGB Variations
Color information
#A8CA59 (or 0xA8CA59) is known color: Conifer. HEX triplet: A8, CA and 59. RGB value is (168,202,89). Sum of RGB (Red+Green+Blue) = 168+202+89=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA59 is #5735A6. Grayscale: #B3B3B3. Windows color (decimal): -5715367 or 5884584. OLE color: 5884584.
HSL color Cylindrical-coordinate representation of color #A8CA59: hue angle of 78.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8CA59 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 89 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.21 |
| HSL | 78.05º | 0.52% | 0.57% | - |
| HSV(B) | 78.05º | 0.56% | 0.79% | - |
| XYZ | 39.07 | 51.29 | 17.29 | - |
| YUV | 178.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 89 | 0.17 | 0 | 0.56 | 0.21 | 78.05 | 0.52 | 0.57 |
| Hex | A8 | CA | 59 | 11 | 0 | 38 | 15 | 4E | 34 | 39 |
| Octal | 250 | 312 | 131 | 21 | 0 | 70 | 25 | 116 | 64 | 71 |
| Binary | 10101000 | 11001010 | 1011001 | 10001 | 0 | 111000 | 10101 | 1001110 | 110100 | 111001 |
Color Harmonies of #A8CA59
Complementary color
Monochromatic Colors of #A8CA59
Black with #A8CA59
Text Example
Text Example
White with #A8CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA59; }
p { color: rgb(168,202,89); }
H1.HeaderClassName
{
color: #A8CA59;
}
.AnyTagClassName
{
color: #A8CA59;
}
</style>
background-color css
<style>
a { background-color: #A8CA59; }
a { background-color: rgb(168,202,89); }
div.DivClassName
{
background-color: #A8CA59;
}
.BgClassName
{
background-color: #A8CA59;
}
</style>
border-color css
<style>
span { border-color: #A8CA59; }
span { border-color: rgb(168,202,89); }
td.TdClassName
{
border-color: #A8CA59;
}
.TagClassName
{
border-color: #A8CA59;
}
</style>