Shades of Conifer #AAEC44
Tints of Conifer #AAEC44
RGB
CMYK
RGB Variations
Color information
#AAEC44 (or 0xAAEC44) is known color: Conifer. HEX triplet: AA, EC and 44. RGB value is (170,236,68). Sum of RGB (Red+Green+Blue) = 170+236+68=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC44 is #5513BB. Grayscale: #C5C5C5. Windows color (decimal): -5575612 or 4517034. OLE color: 4517034.
HSL color Cylindrical-coordinate representation of color #AAEC44: hue angle of 83.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAEC44 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 68 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.07 |
| HSL | 83.57º | 0.82% | 0.6% | - |
| HSV(B) | 83.57º | 0.71% | 0.93% | - |
| XYZ | 47.62 | 68.95 | 16.27 | - |
| YUV | 197.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 68 | 0.28 | 0 | 0.71 | 0.07 | 83.57 | 0.82 | 0.6 |
| Hex | AA | EC | 44 | 1C | 0 | 47 | 7 | 54 | 52 | 3C |
| Octal | 252 | 354 | 104 | 34 | 0 | 107 | 7 | 124 | 122 | 74 |
| Binary | 10101010 | 11101100 | 1000100 | 11100 | 0 | 1000111 | 111 | 1010100 | 1010010 | 111100 |
Color Harmonies of #AAEC44
Complementary color
Monochromatic Colors of #AAEC44
Black with #AAEC44
Text Example
Text Example
White with #AAEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC44; }
p { color: rgb(170,236,68); }
H1.HeaderClassName
{
color: #AAEC44;
}
.AnyTagClassName
{
color: #AAEC44;
}
</style>
background-color css
<style>
a { background-color: #AAEC44; }
a { background-color: rgb(170,236,68); }
div.DivClassName
{
background-color: #AAEC44;
}
.BgClassName
{
background-color: #AAEC44;
}
</style>
border-color css
<style>
span { border-color: #AAEC44; }
span { border-color: rgb(170,236,68); }
td.TdClassName
{
border-color: #AAEC44;
}
.TagClassName
{
border-color: #AAEC44;
}
</style>