Shades of Conifer #A9EC40
Tints of Conifer #A9EC40
RGB
CMYK
RGB Variations
Color information
#A9EC40 (or 0xA9EC40) is known color: Conifer. HEX triplet: A9, EC and 40. RGB value is (169,236,64). Sum of RGB (Red+Green+Blue) = 169+236+64=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9EC40 is #5613BF. Grayscale: #C4C4C4. Windows color (decimal): -5641152 or 4254889. OLE color: 4254889.
HSL color Cylindrical-coordinate representation of color #A9EC40: hue angle of 83.37º 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 #A9EC40 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 64 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.07 |
| HSL | 83.37º | 0.82% | 0.59% | - |
| HSV(B) | 83.37º | 0.73% | 0.93% | - |
| XYZ | 47.28 | 68.8 | 15.64 | - |
| YUV | 196.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 64 | 0.28 | 0 | 0.73 | 0.07 | 83.37 | 0.82 | 0.59 |
| Hex | A9 | EC | 40 | 1C | 0 | 49 | 7 | 53 | 52 | 3B |
| Octal | 251 | 354 | 100 | 34 | 0 | 111 | 7 | 123 | 122 | 73 |
| Binary | 10101001 | 11101100 | 1000000 | 11100 | 0 | 1001001 | 111 | 1010011 | 1010010 | 111011 |
Color Harmonies of #A9EC40
Complementary color
Monochromatic Colors of #A9EC40
Black with #A9EC40
Text Example
Text Example
White with #A9EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EC40; }
p { color: rgb(169,236,64); }
H1.HeaderClassName
{
color: #A9EC40;
}
.AnyTagClassName
{
color: #A9EC40;
}
</style>
background-color css
<style>
a { background-color: #A9EC40; }
a { background-color: rgb(169,236,64); }
div.DivClassName
{
background-color: #A9EC40;
}
.BgClassName
{
background-color: #A9EC40;
}
</style>
border-color css
<style>
span { border-color: #A9EC40; }
span { border-color: rgb(169,236,64); }
td.TdClassName
{
border-color: #A9EC40;
}
.TagClassName
{
border-color: #A9EC40;
}
</style>