Shades of Conifer #A8EC58
Tints of Conifer #A8EC58
RGB
CMYK
RGB Variations
Color information
#A8EC58 (or 0xA8EC58) is known color: Conifer. HEX triplet: A8, EC and 58. RGB value is (168,236,88). Sum of RGB (Red+Green+Blue) = 168+236+88=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC58 is #5713A7. Grayscale: #C7C7C7. Windows color (decimal): -5706664 or 5827752. OLE color: 5827752.
HSL color Cylindrical-coordinate representation of color #A8EC58: hue angle of 87.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8EC58 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 88 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.07 |
| HSL | 87.57º | 0.8% | 0.64% | - |
| HSV(B) | 87.57º | 0.63% | 0.93% | - |
| XYZ | 47.91 | 69.02 | 20.03 | - |
| YUV | 198.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 88 | 0.29 | 0 | 0.63 | 0.07 | 87.57 | 0.8 | 0.64 |
| Hex | A8 | EC | 58 | 1D | 0 | 3F | 7 | 58 | 50 | 40 |
| Octal | 250 | 354 | 130 | 35 | 0 | 77 | 7 | 130 | 120 | 100 |
| Binary | 10101000 | 11101100 | 1011000 | 11101 | 0 | 111111 | 111 | 1011000 | 1010000 | 1000000 |
Color Harmonies of #A8EC58
Complementary color
Monochromatic Colors of #A8EC58
Black with #A8EC58
Text Example
Text Example
White with #A8EC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC58; }
p { color: rgb(168,236,88); }
H1.HeaderClassName
{
color: #A8EC58;
}
.AnyTagClassName
{
color: #A8EC58;
}
</style>
background-color css
<style>
a { background-color: #A8EC58; }
a { background-color: rgb(168,236,88); }
div.DivClassName
{
background-color: #A8EC58;
}
.BgClassName
{
background-color: #A8EC58;
}
</style>
border-color css
<style>
span { border-color: #A8EC58; }
span { border-color: rgb(168,236,88); }
td.TdClassName
{
border-color: #A8EC58;
}
.TagClassName
{
border-color: #A8EC58;
}
</style>