Shades of Conifer #A8EC46
Tints of Conifer #A8EC46
RGB
CMYK
RGB Variations
Color information
#A8EC46 (or 0xA8EC46) is known color: Conifer. HEX triplet: A8, EC and 46. RGB value is (168,236,70). Sum of RGB (Red+Green+Blue) = 168+236+70=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC46 is #5713B9. Grayscale: #C5C5C5. Windows color (decimal): -5706682 or 4648104. OLE color: 4648104.
HSL color Cylindrical-coordinate representation of color #A8EC46: hue angle of 84.58º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8EC46 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 70 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.07 |
| HSL | 84.58º | 0.81% | 0.6% | - |
| HSV(B) | 84.58º | 0.7% | 0.93% | - |
| XYZ | 47.25 | 68.76 | 16.58 | - |
| YUV | 196.74 | 56.47 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 70 | 0.29 | 0 | 0.70 | 0.07 | 84.58 | 0.81 | 0.6 |
| Hex | A8 | EC | 46 | 1D | 0 | 46 | 7 | 55 | 51 | 3C |
| Octal | 250 | 354 | 106 | 35 | 0 | 106 | 7 | 125 | 121 | 74 |
| Binary | 10101000 | 11101100 | 1000110 | 11101 | 0 | 1000110 | 111 | 1010101 | 1010001 | 111100 |
Color Harmonies of #A8EC46
Complementary color
Monochromatic Colors of #A8EC46
Black with #A8EC46
Text Example
Text Example
White with #A8EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC46; }
p { color: rgb(168,236,70); }
H1.HeaderClassName
{
color: #A8EC46;
}
.AnyTagClassName
{
color: #A8EC46;
}
</style>
background-color css
<style>
a { background-color: #A8EC46; }
a { background-color: rgb(168,236,70); }
div.DivClassName
{
background-color: #A8EC46;
}
.BgClassName
{
background-color: #A8EC46;
}
</style>
border-color css
<style>
span { border-color: #A8EC46; }
span { border-color: rgb(168,236,70); }
td.TdClassName
{
border-color: #A8EC46;
}
.TagClassName
{
border-color: #A8EC46;
}
</style>