Shades of Conifer #A8CA56
Tints of Conifer #A8CA56
RGB
CMYK
RGB Variations
Color information
#A8CA56 (or 0xA8CA56) is known color: Conifer. HEX triplet: A8, CA and 56. RGB value is (168,202,86). Sum of RGB (Red+Green+Blue) = 168+202+86=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA56 is #5735A9. Grayscale: #B3B3B3. Windows color (decimal): -5715370 or 5687976. OLE color: 5687976.
HSL color Cylindrical-coordinate representation of color #A8CA56: hue angle of 77.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8CA56 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 86 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.21 |
| HSL | 77.59º | 0.52% | 0.56% | - |
| HSV(B) | 77.59º | 0.57% | 0.79% | - |
| XYZ | 38.95 | 51.24 | 16.64 | - |
| YUV | 178.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 86 | 0.17 | 0 | 0.57 | 0.21 | 77.59 | 0.52 | 0.56 |
| Hex | A8 | CA | 56 | 11 | 0 | 39 | 15 | 4E | 34 | 38 |
| Octal | 250 | 312 | 126 | 21 | 0 | 71 | 25 | 116 | 64 | 70 |
| Binary | 10101000 | 11001010 | 1010110 | 10001 | 0 | 111001 | 10101 | 1001110 | 110100 | 111000 |
Color Harmonies of #A8CA56
Complementary color
Monochromatic Colors of #A8CA56
Black with #A8CA56
Text Example
Text Example
White with #A8CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA56; }
p { color: rgb(168,202,86); }
H1.HeaderClassName
{
color: #A8CA56;
}
.AnyTagClassName
{
color: #A8CA56;
}
</style>
background-color css
<style>
a { background-color: #A8CA56; }
a { background-color: rgb(168,202,86); }
div.DivClassName
{
background-color: #A8CA56;
}
.BgClassName
{
background-color: #A8CA56;
}
</style>
border-color css
<style>
span { border-color: #A8CA56; }
span { border-color: rgb(168,202,86); }
td.TdClassName
{
border-color: #A8CA56;
}
.TagClassName
{
border-color: #A8CA56;
}
</style>