Shades of Conifer #AAE25A
Tints of Conifer #AAE25A
RGB
CMYK
RGB Variations
Color information
#AAE25A (or 0xAAE25A) is known color: Conifer. HEX triplet: AA, E2 and 5A. RGB value is (170,226,90). Sum of RGB (Red+Green+Blue) = 170+226+90=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE25A is #551DA5. Grayscale: #C2C2C2. Windows color (decimal): -5578150 or 5956266. OLE color: 5956266.
HSL color Cylindrical-coordinate representation of color #AAE25A: hue angle of 84.71º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE25A is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 90 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.11 |
| HSL | 84.71º | 0.7% | 0.62% | - |
| HSV(B) | 84.71º | 0.6% | 0.89% | - |
| XYZ | 45.62 | 63.68 | 19.56 | - |
| YUV | 193.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 90 | 0.25 | 0 | 0.60 | 0.11 | 84.71 | 0.7 | 0.62 |
| Hex | AA | E2 | 5A | 19 | 0 | 3C | B | 55 | 46 | 3E |
| Octal | 252 | 342 | 132 | 31 | 0 | 74 | 13 | 125 | 106 | 76 |
| Binary | 10101010 | 11100010 | 1011010 | 11001 | 0 | 111100 | 1011 | 1010101 | 1000110 | 111110 |
Color Harmonies of #AAE25A
Complementary color
Monochromatic Colors of #AAE25A
Black with #AAE25A
Text Example
Text Example
White with #AAE25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE25A; }
p { color: rgb(170,226,90); }
H1.HeaderClassName
{
color: #AAE25A;
}
.AnyTagClassName
{
color: #AAE25A;
}
</style>
background-color css
<style>
a { background-color: #AAE25A; }
a { background-color: rgb(170,226,90); }
div.DivClassName
{
background-color: #AAE25A;
}
.BgClassName
{
background-color: #AAE25A;
}
</style>
border-color css
<style>
span { border-color: #AAE25A; }
span { border-color: rgb(170,226,90); }
td.TdClassName
{
border-color: #AAE25A;
}
.TagClassName
{
border-color: #AAE25A;
}
</style>