Shades of Conifer #AAEC55
Tints of Conifer #AAEC55
RGB
CMYK
RGB Variations
Color information
#AAEC55 (or 0xAAEC55) is known color: Conifer. HEX triplet: AA, EC and 55. RGB value is (170,236,85). Sum of RGB (Red+Green+Blue) = 170+236+85=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC55 is #5513AA. Grayscale: #C7C7C7. Windows color (decimal): -5575595 or 5631146. OLE color: 5631146.
HSL color Cylindrical-coordinate representation of color #AAEC55: hue angle of 86.23º 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 #AAEC55 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 85 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.07 |
| HSL | 86.23º | 0.8% | 0.63% | - |
| HSV(B) | 86.23º | 0.64% | 0.93% | - |
| XYZ | 48.21 | 69.19 | 19.41 | - |
| YUV | 199.05 | 63.63 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 85 | 0.28 | 0 | 0.64 | 0.07 | 86.23 | 0.8 | 0.63 |
| Hex | AA | EC | 55 | 1C | 0 | 40 | 7 | 56 | 50 | 3F |
| Octal | 252 | 354 | 125 | 34 | 0 | 100 | 7 | 126 | 120 | 77 |
| Binary | 10101010 | 11101100 | 1010101 | 11100 | 0 | 1000000 | 111 | 1010110 | 1010000 | 111111 |
Color Harmonies of #AAEC55
Complementary color
Monochromatic Colors of #AAEC55
Black with #AAEC55
Text Example
Text Example
White with #AAEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC55; }
p { color: rgb(170,236,85); }
H1.HeaderClassName
{
color: #AAEC55;
}
.AnyTagClassName
{
color: #AAEC55;
}
</style>
background-color css
<style>
a { background-color: #AAEC55; }
a { background-color: rgb(170,236,85); }
div.DivClassName
{
background-color: #AAEC55;
}
.BgClassName
{
background-color: #AAEC55;
}
</style>
border-color css
<style>
span { border-color: #AAEC55; }
span { border-color: rgb(170,236,85); }
td.TdClassName
{
border-color: #AAEC55;
}
.TagClassName
{
border-color: #AAEC55;
}
</style>