Shades of Conifer #A9EC47
Tints of Conifer #A9EC47
RGB
CMYK
RGB Variations
Color information
#A9EC47 (or 0xA9EC47) is known color: Conifer. HEX triplet: A9, EC and 47. RGB value is (169,236,71). Sum of RGB (Red+Green+Blue) = 169+236+71=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9EC47 is #5613B8. Grayscale: #C5C5C5. Windows color (decimal): -5641145 or 4713641. OLE color: 4713641.
HSL color Cylindrical-coordinate representation of color #A9EC47: hue angle of 84.36º 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 #A9EC47 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 71 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.07 |
| HSL | 84.36º | 0.81% | 0.6% | - |
| HSV(B) | 84.36º | 0.7% | 0.93% | - |
| XYZ | 47.49 | 68.88 | 16.75 | - |
| YUV | 197.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 71 | 0.28 | 0 | 0.70 | 0.07 | 84.36 | 0.81 | 0.6 |
| Hex | A9 | EC | 47 | 1C | 0 | 46 | 7 | 54 | 51 | 3C |
| Octal | 251 | 354 | 107 | 34 | 0 | 106 | 7 | 124 | 121 | 74 |
| Binary | 10101001 | 11101100 | 1000111 | 11100 | 0 | 1000110 | 111 | 1010100 | 1010001 | 111100 |
Color Harmonies of #A9EC47
Complementary color
Monochromatic Colors of #A9EC47
Black with #A9EC47
Text Example
Text Example
White with #A9EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EC47; }
p { color: rgb(169,236,71); }
H1.HeaderClassName
{
color: #A9EC47;
}
.AnyTagClassName
{
color: #A9EC47;
}
</style>
background-color css
<style>
a { background-color: #A9EC47; }
a { background-color: rgb(169,236,71); }
div.DivClassName
{
background-color: #A9EC47;
}
.BgClassName
{
background-color: #A9EC47;
}
</style>
border-color css
<style>
span { border-color: #A9EC47; }
span { border-color: rgb(169,236,71); }
td.TdClassName
{
border-color: #A9EC47;
}
.TagClassName
{
border-color: #A9EC47;
}
</style>