Shades of Conifer #A8EC40
Tints of Conifer #A8EC40
RGB
CMYK
RGB Variations
Color information
#A8EC40 (or 0xA8EC40) is known color: Conifer. HEX triplet: A8, EC and 40. RGB value is (168,236,64). Sum of RGB (Red+Green+Blue) = 168+236+64=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC40 is #5713BF. Grayscale: #C4C4C4. Windows color (decimal): -5706688 or 4254888. OLE color: 4254888.
HSL color Cylindrical-coordinate representation of color #A8EC40: hue angle of 83.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8EC40 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 64 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.07 |
| HSL | 83.72º | 0.82% | 0.59% | - |
| HSV(B) | 83.72º | 0.73% | 0.93% | - |
| XYZ | 47.07 | 68.69 | 15.63 | - |
| YUV | 196.06 | 53.47 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 64 | 0.29 | 0 | 0.73 | 0.07 | 83.72 | 0.82 | 0.59 |
| Hex | A8 | EC | 40 | 1D | 0 | 49 | 7 | 54 | 52 | 3B |
| Octal | 250 | 354 | 100 | 35 | 0 | 111 | 7 | 124 | 122 | 73 |
| Binary | 10101000 | 11101100 | 1000000 | 11101 | 0 | 1001001 | 111 | 1010100 | 1010010 | 111011 |
Color Harmonies of #A8EC40
Complementary color
Monochromatic Colors of #A8EC40
Black with #A8EC40
Text Example
Text Example
White with #A8EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC40; }
p { color: rgb(168,236,64); }
H1.HeaderClassName
{
color: #A8EC40;
}
.AnyTagClassName
{
color: #A8EC40;
}
</style>
background-color css
<style>
a { background-color: #A8EC40; }
a { background-color: rgb(168,236,64); }
div.DivClassName
{
background-color: #A8EC40;
}
.BgClassName
{
background-color: #A8EC40;
}
</style>
border-color css
<style>
span { border-color: #A8EC40; }
span { border-color: rgb(168,236,64); }
td.TdClassName
{
border-color: #A8EC40;
}
.TagClassName
{
border-color: #A8EC40;
}
</style>