Shades of Conifer #AAE558
Tints of Conifer #AAE558
RGB
CMYK
RGB Variations
Color information
#AAE558 (or 0xAAE558) is known color: Conifer. HEX triplet: AA, E5 and 58. RGB value is (170,229,88). Sum of RGB (Red+Green+Blue) = 170+229+88=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE558 is #551AA7. Grayscale: #C3C3C3. Windows color (decimal): -5577384 or 5825962. OLE color: 5825962.
HSL color Cylindrical-coordinate representation of color #AAE558: hue angle of 85.11º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAE558 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 88 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.10 |
| HSL | 85.11º | 0.73% | 0.62% | - |
| HSV(B) | 85.11º | 0.62% | 0.9% | - |
| XYZ | 46.36 | 65.29 | 19.39 | - |
| YUV | 195.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 88 | 0.26 | 0 | 0.62 | 0.10 | 85.11 | 0.73 | 0.62 |
| Hex | AA | E5 | 58 | 1A | 0 | 3E | A | 55 | 49 | 3E |
| Octal | 252 | 345 | 130 | 32 | 0 | 76 | 12 | 125 | 111 | 76 |
| Binary | 10101010 | 11100101 | 1011000 | 11010 | 0 | 111110 | 1010 | 1010101 | 1001001 | 111110 |
Color Harmonies of #AAE558
Complementary color
Monochromatic Colors of #AAE558
Black with #AAE558
Text Example
Text Example
White with #AAE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE558; }
p { color: rgb(170,229,88); }
H1.HeaderClassName
{
color: #AAE558;
}
.AnyTagClassName
{
color: #AAE558;
}
</style>
background-color css
<style>
a { background-color: #AAE558; }
a { background-color: rgb(170,229,88); }
div.DivClassName
{
background-color: #AAE558;
}
.BgClassName
{
background-color: #AAE558;
}
</style>
border-color css
<style>
span { border-color: #AAE558; }
span { border-color: rgb(170,229,88); }
td.TdClassName
{
border-color: #AAE558;
}
.TagClassName
{
border-color: #AAE558;
}
</style>