Shades of Conifer #AAE458
Tints of Conifer #AAE458
RGB
CMYK
RGB Variations
Color information
#AAE458 (or 0xAAE458) is known color: Conifer. HEX triplet: AA, E4 and 58. RGB value is (170,228,88). Sum of RGB (Red+Green+Blue) = 170+228+88=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE458 is #551BA7. Grayscale: #C3C3C3. Windows color (decimal): -5577640 or 5825706. OLE color: 5825706.
HSL color Cylindrical-coordinate representation of color #AAE458: hue angle of 84.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAE458 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 88 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.11 |
| HSL | 84.86º | 0.72% | 0.62% | - |
| HSV(B) | 84.86º | 0.61% | 0.89% | - |
| XYZ | 46.08 | 64.74 | 19.3 | - |
| YUV | 194.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 88 | 0.25 | 0 | 0.61 | 0.11 | 84.86 | 0.72 | 0.62 |
| Hex | AA | E4 | 58 | 19 | 0 | 3D | B | 55 | 48 | 3E |
| Octal | 252 | 344 | 130 | 31 | 0 | 75 | 13 | 125 | 110 | 76 |
| Binary | 10101010 | 11100100 | 1011000 | 11001 | 0 | 111101 | 1011 | 1010101 | 1001000 | 111110 |
Color Harmonies of #AAE458
Complementary color
Monochromatic Colors of #AAE458
Black with #AAE458
Text Example
Text Example
White with #AAE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE458; }
p { color: rgb(170,228,88); }
H1.HeaderClassName
{
color: #AAE458;
}
.AnyTagClassName
{
color: #AAE458;
}
</style>
background-color css
<style>
a { background-color: #AAE458; }
a { background-color: rgb(170,228,88); }
div.DivClassName
{
background-color: #AAE458;
}
.BgClassName
{
background-color: #AAE458;
}
</style>
border-color css
<style>
span { border-color: #AAE458; }
span { border-color: rgb(170,228,88); }
td.TdClassName
{
border-color: #AAE458;
}
.TagClassName
{
border-color: #AAE458;
}
</style>