Shades of Conifer #A9EC41
Tints of Conifer #A9EC41
RGB
CMYK
RGB Variations
Color information
#A9EC41 (or 0xA9EC41) is known color: Conifer. HEX triplet: A9, EC and 41. RGB value is (169,236,65). Sum of RGB (Red+Green+Blue) = 169+236+65=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9EC41 is #5613BE. Grayscale: #C5C5C5. Windows color (decimal): -5641151 or 4320425. OLE color: 4320425.
HSL color Cylindrical-coordinate representation of color #A9EC41: hue angle of 83.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9EC41 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 65 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.07 |
| HSL | 83.51º | 0.82% | 0.59% | - |
| HSV(B) | 83.51º | 0.72% | 0.93% | - |
| XYZ | 47.31 | 68.81 | 15.79 | - |
| YUV | 196.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 65 | 0.28 | 0 | 0.72 | 0.07 | 83.51 | 0.82 | 0.59 |
| Hex | A9 | EC | 41 | 1C | 0 | 48 | 7 | 54 | 52 | 3B |
| Octal | 251 | 354 | 101 | 34 | 0 | 110 | 7 | 124 | 122 | 73 |
| Binary | 10101001 | 11101100 | 1000001 | 11100 | 0 | 1001000 | 111 | 1010100 | 1010010 | 111011 |
Color Harmonies of #A9EC41
Complementary color
Monochromatic Colors of #A9EC41
Black with #A9EC41
Text Example
Text Example
White with #A9EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EC41; }
p { color: rgb(169,236,65); }
H1.HeaderClassName
{
color: #A9EC41;
}
.AnyTagClassName
{
color: #A9EC41;
}
</style>
background-color css
<style>
a { background-color: #A9EC41; }
a { background-color: rgb(169,236,65); }
div.DivClassName
{
background-color: #A9EC41;
}
.BgClassName
{
background-color: #A9EC41;
}
</style>
border-color css
<style>
span { border-color: #A9EC41; }
span { border-color: rgb(169,236,65); }
td.TdClassName
{
border-color: #A9EC41;
}
.TagClassName
{
border-color: #A9EC41;
}
</style>