Shades of Conifer #AAEC52
Tints of Conifer #AAEC52
RGB
CMYK
RGB Variations
Color information
#AAEC52 (or 0xAAEC52) is known color: Conifer. HEX triplet: AA, EC and 52. RGB value is (170,236,82). Sum of RGB (Red+Green+Blue) = 170+236+82=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC52 is #5513AD. Grayscale: #C7C7C7. Windows color (decimal): -5575598 or 5434538. OLE color: 5434538.
HSL color Cylindrical-coordinate representation of color #AAEC52: hue angle of 85.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAEC52 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 82 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.07 |
| HSL | 85.71º | 0.8% | 0.62% | - |
| HSV(B) | 85.71º | 0.65% | 0.93% | - |
| XYZ | 48.1 | 69.15 | 18.79 | - |
| YUV | 198.71 | 62.13 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 82 | 0.28 | 0 | 0.65 | 0.07 | 85.71 | 0.8 | 0.62 |
| Hex | AA | EC | 52 | 1C | 0 | 41 | 7 | 56 | 50 | 3E |
| Octal | 252 | 354 | 122 | 34 | 0 | 101 | 7 | 126 | 120 | 76 |
| Binary | 10101010 | 11101100 | 1010010 | 11100 | 0 | 1000001 | 111 | 1010110 | 1010000 | 111110 |
Color Harmonies of #AAEC52
Complementary color
Monochromatic Colors of #AAEC52
Black with #AAEC52
Text Example
Text Example
White with #AAEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC52; }
p { color: rgb(170,236,82); }
H1.HeaderClassName
{
color: #AAEC52;
}
.AnyTagClassName
{
color: #AAEC52;
}
</style>
background-color css
<style>
a { background-color: #AAEC52; }
a { background-color: rgb(170,236,82); }
div.DivClassName
{
background-color: #AAEC52;
}
.BgClassName
{
background-color: #AAEC52;
}
</style>
border-color css
<style>
span { border-color: #AAEC52; }
span { border-color: rgb(170,236,82); }
td.TdClassName
{
border-color: #AAEC52;
}
.TagClassName
{
border-color: #AAEC52;
}
</style>