Shades of Conifer #AAE23E
Tints of Conifer #AAE23E
RGB
CMYK
RGB Variations
Color information
#AAE23E (or 0xAAE23E) is known color: Conifer. HEX triplet: AA, E2 and 3E. RGB value is (170,226,62). Sum of RGB (Red+Green+Blue) = 170+226+62=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE23E is #551DC1. Grayscale: #BFBFBF. Windows color (decimal): -5578178 or 4121258. OLE color: 4121258.
HSL color Cylindrical-coordinate representation of color #AAE23E: hue angle of 80.49º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAE23E is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 62 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.11 |
| HSL | 80.49º | 0.74% | 0.56% | - |
| HSV(B) | 80.49º | 0.73% | 0.89% | - |
| XYZ | 44.64 | 63.29 | 14.42 | - |
| YUV | 190.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 62 | 0.25 | 0 | 0.73 | 0.11 | 80.49 | 0.74 | 0.56 |
| Hex | AA | E2 | 3E | 19 | 0 | 49 | B | 50 | 4A | 38 |
| Octal | 252 | 342 | 76 | 31 | 0 | 111 | 13 | 120 | 112 | 70 |
| Binary | 10101010 | 11100010 | 111110 | 11001 | 0 | 1001001 | 1011 | 1010000 | 1001010 | 111000 |
Color Harmonies of #AAE23E
Complementary color
Monochromatic Colors of #AAE23E
Black with #AAE23E
Text Example
Text Example
White with #AAE23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE23E; }
p { color: rgb(170,226,62); }
H1.HeaderClassName
{
color: #AAE23E;
}
.AnyTagClassName
{
color: #AAE23E;
}
</style>
background-color css
<style>
a { background-color: #AAE23E; }
a { background-color: rgb(170,226,62); }
div.DivClassName
{
background-color: #AAE23E;
}
.BgClassName
{
background-color: #AAE23E;
}
</style>
border-color css
<style>
span { border-color: #AAE23E; }
span { border-color: rgb(170,226,62); }
td.TdClassName
{
border-color: #AAE23E;
}
.TagClassName
{
border-color: #AAE23E;
}
</style>