Shades of Conifer #A8EC4A
Tints of Conifer #A8EC4A
RGB
CMYK
RGB Variations
Color information
#A8EC4A (or 0xA8EC4A) is known color: Conifer. HEX triplet: A8, EC and 4A. RGB value is (168,236,74). Sum of RGB (Red+Green+Blue) = 168+236+74=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC4A is #5713B5. Grayscale: #C5C5C5. Windows color (decimal): -5706678 or 4910248. OLE color: 4910248.
HSL color Cylindrical-coordinate representation of color #A8EC4A: hue angle of 85.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8EC4A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.07 |
| HSL | 85.19º | 0.81% | 0.61% | - |
| HSV(B) | 85.19º | 0.69% | 0.93% | - |
| XYZ | 47.38 | 68.81 | 17.26 | - |
| YUV | 197.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 74 | 0.29 | 0 | 0.69 | 0.07 | 85.19 | 0.81 | 0.61 |
| Hex | A8 | EC | 4A | 1D | 0 | 45 | 7 | 55 | 51 | 3D |
| Octal | 250 | 354 | 112 | 35 | 0 | 105 | 7 | 125 | 121 | 75 |
| Binary | 10101000 | 11101100 | 1001010 | 11101 | 0 | 1000101 | 111 | 1010101 | 1010001 | 111101 |
Color Harmonies of #A8EC4A
Complementary color
Monochromatic Colors of #A8EC4A
Black with #A8EC4A
Text Example
Text Example
White with #A8EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC4A; }
p { color: rgb(168,236,74); }
H1.HeaderClassName
{
color: #A8EC4A;
}
.AnyTagClassName
{
color: #A8EC4A;
}
</style>
background-color css
<style>
a { background-color: #A8EC4A; }
a { background-color: rgb(168,236,74); }
div.DivClassName
{
background-color: #A8EC4A;
}
.BgClassName
{
background-color: #A8EC4A;
}
</style>
border-color css
<style>
span { border-color: #A8EC4A; }
span { border-color: rgb(168,236,74); }
td.TdClassName
{
border-color: #A8EC4A;
}
.TagClassName
{
border-color: #A8EC4A;
}
</style>