Shades of Conifer #AAE15B
Tints of Conifer #AAE15B
RGB
CMYK
RGB Variations
Color information
#AAE15B (or 0xAAE15B) is known color: Conifer. HEX triplet: AA, E1 and 5B. RGB value is (170,225,91). Sum of RGB (Red+Green+Blue) = 170+225+91=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE15B is #551EA4. Grayscale: #C1C1C1. Windows color (decimal): -5578405 or 6021546. OLE color: 6021546.
HSL color Cylindrical-coordinate representation of color #AAE15B: hue angle of 84.63º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE15B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 91 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.12 |
| HSL | 84.63º | 0.69% | 0.62% | - |
| HSV(B) | 84.63º | 0.6% | 0.88% | - |
| XYZ | 45.39 | 63.15 | 19.69 | - |
| YUV | 193.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 91 | 0.24 | 0 | 0.60 | 0.12 | 84.63 | 0.69 | 0.62 |
| Hex | AA | E1 | 5B | 18 | 0 | 3C | C | 55 | 45 | 3E |
| Octal | 252 | 341 | 133 | 30 | 0 | 74 | 14 | 125 | 105 | 76 |
| Binary | 10101010 | 11100001 | 1011011 | 11000 | 0 | 111100 | 1100 | 1010101 | 1000101 | 111110 |
Color Harmonies of #AAE15B
Complementary color
Monochromatic Colors of #AAE15B
Black with #AAE15B
Text Example
Text Example
White with #AAE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE15B; }
p { color: rgb(170,225,91); }
H1.HeaderClassName
{
color: #AAE15B;
}
.AnyTagClassName
{
color: #AAE15B;
}
</style>
background-color css
<style>
a { background-color: #AAE15B; }
a { background-color: rgb(170,225,91); }
div.DivClassName
{
background-color: #AAE15B;
}
.BgClassName
{
background-color: #AAE15B;
}
</style>
border-color css
<style>
span { border-color: #AAE15B; }
span { border-color: rgb(170,225,91); }
td.TdClassName
{
border-color: #AAE15B;
}
.TagClassName
{
border-color: #AAE15B;
}
</style>