Shades of Conifer #AAEC54
Tints of Conifer #AAEC54
RGB
CMYK
RGB Variations
Color information
#AAEC54 (or 0xAAEC54) is known color: Conifer. HEX triplet: AA, EC and 54. RGB value is (170,236,84). Sum of RGB (Red+Green+Blue) = 170+236+84=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC54 is #5513AB. Grayscale: #C7C7C7. Windows color (decimal): -5575596 or 5565610. OLE color: 5565610.
HSL color Cylindrical-coordinate representation of color #AAEC54: hue angle of 86.05º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAEC54 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 84 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.07 |
| HSL | 86.05º | 0.8% | 0.63% | - |
| HSV(B) | 86.05º | 0.64% | 0.93% | - |
| XYZ | 48.17 | 69.18 | 19.2 | - |
| YUV | 198.94 | 63.13 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 84 | 0.28 | 0 | 0.64 | 0.07 | 86.05 | 0.8 | 0.63 |
| Hex | AA | EC | 54 | 1C | 0 | 40 | 7 | 56 | 50 | 3F |
| Octal | 252 | 354 | 124 | 34 | 0 | 100 | 7 | 126 | 120 | 77 |
| Binary | 10101010 | 11101100 | 1010100 | 11100 | 0 | 1000000 | 111 | 1010110 | 1010000 | 111111 |
Color Harmonies of #AAEC54
Complementary color
Monochromatic Colors of #AAEC54
Black with #AAEC54
Text Example
Text Example
White with #AAEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC54; }
p { color: rgb(170,236,84); }
H1.HeaderClassName
{
color: #AAEC54;
}
.AnyTagClassName
{
color: #AAEC54;
}
</style>
background-color css
<style>
a { background-color: #AAEC54; }
a { background-color: rgb(170,236,84); }
div.DivClassName
{
background-color: #AAEC54;
}
.BgClassName
{
background-color: #AAEC54;
}
</style>
border-color css
<style>
span { border-color: #AAEC54; }
span { border-color: rgb(170,236,84); }
td.TdClassName
{
border-color: #AAEC54;
}
.TagClassName
{
border-color: #AAEC54;
}
</style>