Shades of Conifer #AAE251
Tints of Conifer #AAE251
RGB
CMYK
RGB Variations
Color information
#AAE251 (or 0xAAE251) is known color: Conifer. HEX triplet: AA, E2 and 51. RGB value is (170,226,81). Sum of RGB (Red+Green+Blue) = 170+226+81=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE251 is #551DAE. Grayscale: #C1C1C1. Windows color (decimal): -5578159 or 5366442. OLE color: 5366442.
HSL color Cylindrical-coordinate representation of color #AAE251: hue angle of 83.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAE251 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 81 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.11 |
| HSL | 83.17º | 0.71% | 0.6% | - |
| HSV(B) | 83.17º | 0.64% | 0.89% | - |
| XYZ | 45.26 | 63.53 | 17.66 | - |
| YUV | 192.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 81 | 0.25 | 0 | 0.64 | 0.11 | 83.17 | 0.71 | 0.6 |
| Hex | AA | E2 | 51 | 19 | 0 | 40 | B | 53 | 47 | 3C |
| Octal | 252 | 342 | 121 | 31 | 0 | 100 | 13 | 123 | 107 | 74 |
| Binary | 10101010 | 11100010 | 1010001 | 11001 | 0 | 1000000 | 1011 | 1010011 | 1000111 | 111100 |
Color Harmonies of #AAE251
Complementary color
Monochromatic Colors of #AAE251
Black with #AAE251
Text Example
Text Example
White with #AAE251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE251; }
p { color: rgb(170,226,81); }
H1.HeaderClassName
{
color: #AAE251;
}
.AnyTagClassName
{
color: #AAE251;
}
</style>
background-color css
<style>
a { background-color: #AAE251; }
a { background-color: rgb(170,226,81); }
div.DivClassName
{
background-color: #AAE251;
}
.BgClassName
{
background-color: #AAE251;
}
</style>
border-color css
<style>
span { border-color: #AAE251; }
span { border-color: rgb(170,226,81); }
td.TdClassName
{
border-color: #AAE251;
}
.TagClassName
{
border-color: #AAE251;
}
</style>