Shades of Conifer #A8EC60
Tints of Conifer #A8EC60
RGB
CMYK
RGB Variations
Color information
#A8EC60 (or 0xA8EC60) is known color: Conifer. HEX triplet: A8, EC and 60. RGB value is (168,236,96). Sum of RGB (Red+Green+Blue) = 168+236+96=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC60 is #57139F. Grayscale: #C8C8C8. Windows color (decimal): -5706656 or 6352040. OLE color: 6352040.
HSL color Cylindrical-coordinate representation of color #A8EC60: hue angle of 89.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8EC60 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 96 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.07 |
| HSL | 89.14º | 0.79% | 0.65% | - |
| HSV(B) | 89.14º | 0.59% | 0.93% | - |
| XYZ | 48.26 | 69.16 | 21.87 | - |
| YUV | 199.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 96 | 0.29 | 0 | 0.59 | 0.07 | 89.14 | 0.79 | 0.65 |
| Hex | A8 | EC | 60 | 1D | 0 | 3B | 7 | 59 | 4F | 41 |
| Octal | 250 | 354 | 140 | 35 | 0 | 73 | 7 | 131 | 117 | 101 |
| Binary | 10101000 | 11101100 | 1100000 | 11101 | 0 | 111011 | 111 | 1011001 | 1001111 | 1000001 |
Color Harmonies of #A8EC60
Complementary color
Monochromatic Colors of #A8EC60
Black with #A8EC60
Text Example
Text Example
White with #A8EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC60; }
p { color: rgb(168,236,96); }
H1.HeaderClassName
{
color: #A8EC60;
}
.AnyTagClassName
{
color: #A8EC60;
}
</style>
background-color css
<style>
a { background-color: #A8EC60; }
a { background-color: rgb(168,236,96); }
div.DivClassName
{
background-color: #A8EC60;
}
.BgClassName
{
background-color: #A8EC60;
}
</style>
border-color css
<style>
span { border-color: #A8EC60; }
span { border-color: rgb(168,236,96); }
td.TdClassName
{
border-color: #A8EC60;
}
.TagClassName
{
border-color: #A8EC60;
}
</style>