Shades of Conifer #AAE255
Tints of Conifer #AAE255
RGB
CMYK
RGB Variations
Color information
#AAE255 (or 0xAAE255) is known color: Conifer. HEX triplet: AA, E2 and 55. RGB value is (170,226,85). Sum of RGB (Red+Green+Blue) = 170+226+85=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE255 is #551DAA. Grayscale: #C1C1C1. Windows color (decimal): -5578155 or 5628586. OLE color: 5628586.
HSL color Cylindrical-coordinate representation of color #AAE255: hue angle of 83.83º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAE255 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 85 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.11 |
| HSL | 83.83º | 0.71% | 0.61% | - |
| HSV(B) | 83.83º | 0.62% | 0.89% | - |
| XYZ | 45.41 | 63.59 | 18.48 | - |
| YUV | 193.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 85 | 0.25 | 0 | 0.62 | 0.11 | 83.83 | 0.71 | 0.61 |
| Hex | AA | E2 | 55 | 19 | 0 | 3E | B | 54 | 47 | 3D |
| Octal | 252 | 342 | 125 | 31 | 0 | 76 | 13 | 124 | 107 | 75 |
| Binary | 10101010 | 11100010 | 1010101 | 11001 | 0 | 111110 | 1011 | 1010100 | 1000111 | 111101 |
Color Harmonies of #AAE255
Complementary color
Monochromatic Colors of #AAE255
Black with #AAE255
Text Example
Text Example
White with #AAE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE255; }
p { color: rgb(170,226,85); }
H1.HeaderClassName
{
color: #AAE255;
}
.AnyTagClassName
{
color: #AAE255;
}
</style>
background-color css
<style>
a { background-color: #AAE255; }
a { background-color: rgb(170,226,85); }
div.DivClassName
{
background-color: #AAE255;
}
.BgClassName
{
background-color: #AAE255;
}
</style>
border-color css
<style>
span { border-color: #AAE255; }
span { border-color: rgb(170,226,85); }
td.TdClassName
{
border-color: #AAE255;
}
.TagClassName
{
border-color: #AAE255;
}
</style>