Shades of Conifer #AAEC41
Tints of Conifer #AAEC41
RGB
CMYK
RGB Variations
Color information
#AAEC41 (or 0xAAEC41) is known color: Conifer. HEX triplet: AA, EC and 41. RGB value is (170,236,65). Sum of RGB (Red+Green+Blue) = 170+236+65=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC41 is #5513BE. Grayscale: #C5C5C5. Windows color (decimal): -5575615 or 4320426. OLE color: 4320426.
HSL color Cylindrical-coordinate representation of color #AAEC41: hue angle of 83.16º 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 #AAEC41 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 65 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.07 |
| HSL | 83.16º | 0.82% | 0.59% | - |
| HSV(B) | 83.16º | 0.72% | 0.93% | - |
| XYZ | 47.53 | 68.92 | 15.8 | - |
| YUV | 196.77 | 53.63 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 65 | 0.28 | 0 | 0.72 | 0.07 | 83.16 | 0.82 | 0.59 |
| Hex | AA | EC | 41 | 1C | 0 | 48 | 7 | 53 | 52 | 3B |
| Octal | 252 | 354 | 101 | 34 | 0 | 110 | 7 | 123 | 122 | 73 |
| Binary | 10101010 | 11101100 | 1000001 | 11100 | 0 | 1001000 | 111 | 1010011 | 1010010 | 111011 |
Color Harmonies of #AAEC41
Complementary color
Monochromatic Colors of #AAEC41
Black with #AAEC41
Text Example
Text Example
White with #AAEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC41; }
p { color: rgb(170,236,65); }
H1.HeaderClassName
{
color: #AAEC41;
}
.AnyTagClassName
{
color: #AAEC41;
}
</style>
background-color css
<style>
a { background-color: #AAEC41; }
a { background-color: rgb(170,236,65); }
div.DivClassName
{
background-color: #AAEC41;
}
.BgClassName
{
background-color: #AAEC41;
}
</style>
border-color css
<style>
span { border-color: #AAEC41; }
span { border-color: rgb(170,236,65); }
td.TdClassName
{
border-color: #AAEC41;
}
.TagClassName
{
border-color: #AAEC41;
}
</style>