Shades of Conifer #AAED55
Tints of Conifer #AAED55
RGB
CMYK
RGB Variations
Color information
#AAED55 (or 0xAAED55) is known color: Conifer. HEX triplet: AA, ED and 55. RGB value is (170,237,85). Sum of RGB (Red+Green+Blue) = 170+237+85=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED55 is #5512AA. Grayscale: #C8C8C8. Windows color (decimal): -5575339 or 5631402. OLE color: 5631402.
HSL color Cylindrical-coordinate representation of color #AAED55: hue angle of 86.45º degrees, saturation: 0.81, 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 #AAED55 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 85 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.07 |
| HSL | 86.45º | 0.81% | 0.63% | - |
| HSV(B) | 86.45º | 0.64% | 0.93% | - |
| XYZ | 48.5 | 69.77 | 19.51 | - |
| YUV | 199.64 | 63.3 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 85 | 0.28 | 0 | 0.64 | 0.07 | 86.45 | 0.81 | 0.63 |
| Hex | AA | ED | 55 | 1C | 0 | 40 | 7 | 56 | 51 | 3F |
| Octal | 252 | 355 | 125 | 34 | 0 | 100 | 7 | 126 | 121 | 77 |
| Binary | 10101010 | 11101101 | 1010101 | 11100 | 0 | 1000000 | 111 | 1010110 | 1010001 | 111111 |
Color Harmonies of #AAED55
Complementary color
Monochromatic Colors of #AAED55
Black with #AAED55
Text Example
Text Example
White with #AAED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED55; }
p { color: rgb(170,237,85); }
H1.HeaderClassName
{
color: #AAED55;
}
.AnyTagClassName
{
color: #AAED55;
}
</style>
background-color css
<style>
a { background-color: #AAED55; }
a { background-color: rgb(170,237,85); }
div.DivClassName
{
background-color: #AAED55;
}
.BgClassName
{
background-color: #AAED55;
}
</style>
border-color css
<style>
span { border-color: #AAED55; }
span { border-color: rgb(170,237,85); }
td.TdClassName
{
border-color: #AAED55;
}
.TagClassName
{
border-color: #AAED55;
}
</style>