Shades of Conifer #A8EC56
Tints of Conifer #A8EC56
RGB
CMYK
RGB Variations
Color information
#A8EC56 (or 0xA8EC56) is known color: Conifer. HEX triplet: A8, EC and 56. RGB value is (168,236,86). Sum of RGB (Red+Green+Blue) = 168+236+86=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC56 is #5713A9. Grayscale: #C7C7C7. Windows color (decimal): -5706666 or 5696680. OLE color: 5696680.
HSL color Cylindrical-coordinate representation of color #A8EC56: hue angle of 87.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8EC56 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 86 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.07 |
| HSL | 87.2º | 0.8% | 0.63% | - |
| HSV(B) | 87.2º | 0.64% | 0.93% | - |
| XYZ | 47.82 | 68.99 | 19.6 | - |
| YUV | 198.57 | 64.47 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 86 | 0.29 | 0 | 0.64 | 0.07 | 87.2 | 0.8 | 0.63 |
| Hex | A8 | EC | 56 | 1D | 0 | 40 | 7 | 57 | 50 | 3F |
| Octal | 250 | 354 | 126 | 35 | 0 | 100 | 7 | 127 | 120 | 77 |
| Binary | 10101000 | 11101100 | 1010110 | 11101 | 0 | 1000000 | 111 | 1010111 | 1010000 | 111111 |
Color Harmonies of #A8EC56
Complementary color
Monochromatic Colors of #A8EC56
Black with #A8EC56
Text Example
Text Example
White with #A8EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC56; }
p { color: rgb(168,236,86); }
H1.HeaderClassName
{
color: #A8EC56;
}
.AnyTagClassName
{
color: #A8EC56;
}
</style>
background-color css
<style>
a { background-color: #A8EC56; }
a { background-color: rgb(168,236,86); }
div.DivClassName
{
background-color: #A8EC56;
}
.BgClassName
{
background-color: #A8EC56;
}
</style>
border-color css
<style>
span { border-color: #A8EC56; }
span { border-color: rgb(168,236,86); }
td.TdClassName
{
border-color: #A8EC56;
}
.TagClassName
{
border-color: #A8EC56;
}
</style>