Shades of Conifer #AAE35B
Tints of Conifer #AAE35B
RGB
CMYK
RGB Variations
Color information
#AAE35B (or 0xAAE35B) is known color: Conifer. HEX triplet: AA, E3 and 5B. RGB value is (170,227,91). Sum of RGB (Red+Green+Blue) = 170+227+91=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE35B is #551CA4. Grayscale: #C2C2C2. Windows color (decimal): -5577893 or 6022058. OLE color: 6022058.
HSL color Cylindrical-coordinate representation of color #AAE35B: hue angle of 85.15º degrees, saturation: 0.71, 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 #AAE35B is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 91 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.11 |
| HSL | 85.15º | 0.71% | 0.62% | - |
| HSV(B) | 85.15º | 0.6% | 0.89% | - |
| XYZ | 45.93 | 64.24 | 19.88 | - |
| YUV | 194.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 91 | 0.25 | 0 | 0.60 | 0.11 | 85.15 | 0.71 | 0.62 |
| Hex | AA | E3 | 5B | 19 | 0 | 3C | B | 55 | 47 | 3E |
| Octal | 252 | 343 | 133 | 31 | 0 | 74 | 13 | 125 | 107 | 76 |
| Binary | 10101010 | 11100011 | 1011011 | 11001 | 0 | 111100 | 1011 | 1010101 | 1000111 | 111110 |
Color Harmonies of #AAE35B
Complementary color
Monochromatic Colors of #AAE35B
Black with #AAE35B
Text Example
Text Example
White with #AAE35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE35B; }
p { color: rgb(170,227,91); }
H1.HeaderClassName
{
color: #AAE35B;
}
.AnyTagClassName
{
color: #AAE35B;
}
</style>
background-color css
<style>
a { background-color: #AAE35B; }
a { background-color: rgb(170,227,91); }
div.DivClassName
{
background-color: #AAE35B;
}
.BgClassName
{
background-color: #AAE35B;
}
</style>
border-color css
<style>
span { border-color: #AAE35B; }
span { border-color: rgb(170,227,91); }
td.TdClassName
{
border-color: #AAE35B;
}
.TagClassName
{
border-color: #AAE35B;
}
</style>