Shades of Conifer #A8E060
Tints of Conifer #A8E060
RGB
CMYK
RGB Variations
Color information
#A8E060 (or 0xA8E060) is known color: Conifer. HEX triplet: A8, E0 and 60. RGB value is (168,224,96). Sum of RGB (Red+Green+Blue) = 168+224+96=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E060 is #571F9F. Grayscale: #C1C1C1. Windows color (decimal): -5709728 or 6348968. OLE color: 6348968.
HSL color Cylindrical-coordinate representation of color #A8E060: hue angle of 86.25º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8E060 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 96 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.12 |
| HSL | 86.25º | 0.67% | 0.63% | - |
| HSV(B) | 86.25º | 0.57% | 0.88% | - |
| XYZ | 44.92 | 62.48 | 20.76 | - |
| YUV | 192.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 96 | 0.25 | 0 | 0.57 | 0.12 | 86.25 | 0.67 | 0.63 |
| Hex | A8 | E0 | 60 | 19 | 0 | 39 | C | 56 | 43 | 3F |
| Octal | 250 | 340 | 140 | 31 | 0 | 71 | 14 | 126 | 103 | 77 |
| Binary | 10101000 | 11100000 | 1100000 | 11001 | 0 | 111001 | 1100 | 1010110 | 1000011 | 111111 |
Color Harmonies of #A8E060
Complementary color
Monochromatic Colors of #A8E060
Black with #A8E060
Text Example
Text Example
White with #A8E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E060; }
p { color: rgb(168,224,96); }
H1.HeaderClassName
{
color: #A8E060;
}
.AnyTagClassName
{
color: #A8E060;
}
</style>
background-color css
<style>
a { background-color: #A8E060; }
a { background-color: rgb(168,224,96); }
div.DivClassName
{
background-color: #A8E060;
}
.BgClassName
{
background-color: #A8E060;
}
</style>
border-color css
<style>
span { border-color: #A8E060; }
span { border-color: rgb(168,224,96); }
td.TdClassName
{
border-color: #A8E060;
}
.TagClassName
{
border-color: #A8E060;
}
</style>