Shades of Conifer #A8EC54
Tints of Conifer #A8EC54
RGB
CMYK
RGB Variations
Color information
#A8EC54 (or 0xA8EC54) is known color: Conifer. HEX triplet: A8, EC and 54. RGB value is (168,236,84). Sum of RGB (Red+Green+Blue) = 168+236+84=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC54 is #5713AB. Grayscale: #C6C6C6. Windows color (decimal): -5706668 or 5565608. OLE color: 5565608.
HSL color Cylindrical-coordinate representation of color #A8EC54: hue angle of 86.84º 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 #A8EC54 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 84 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.07 |
| HSL | 86.84º | 0.8% | 0.63% | - |
| HSV(B) | 86.84º | 0.64% | 0.93% | - |
| XYZ | 47.74 | 68.96 | 19.18 | - |
| YUV | 198.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 84 | 0.29 | 0 | 0.64 | 0.07 | 86.84 | 0.8 | 0.63 |
| Hex | A8 | EC | 54 | 1D | 0 | 40 | 7 | 57 | 50 | 3F |
| Octal | 250 | 354 | 124 | 35 | 0 | 100 | 7 | 127 | 120 | 77 |
| Binary | 10101000 | 11101100 | 1010100 | 11101 | 0 | 1000000 | 111 | 1010111 | 1010000 | 111111 |
Color Harmonies of #A8EC54
Complementary color
Monochromatic Colors of #A8EC54
Black with #A8EC54
Text Example
Text Example
White with #A8EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC54; }
p { color: rgb(168,236,84); }
H1.HeaderClassName
{
color: #A8EC54;
}
.AnyTagClassName
{
color: #A8EC54;
}
</style>
background-color css
<style>
a { background-color: #A8EC54; }
a { background-color: rgb(168,236,84); }
div.DivClassName
{
background-color: #A8EC54;
}
.BgClassName
{
background-color: #A8EC54;
}
</style>
border-color css
<style>
span { border-color: #A8EC54; }
span { border-color: rgb(168,236,84); }
td.TdClassName
{
border-color: #A8EC54;
}
.TagClassName
{
border-color: #A8EC54;
}
</style>