Shades of Conifer #AAE24B
Tints of Conifer #AAE24B
RGB
CMYK
RGB Variations
Color information
#AAE24B (or 0xAAE24B) is known color: Conifer. HEX triplet: AA, E2 and 4B. RGB value is (170,226,75). Sum of RGB (Red+Green+Blue) = 170+226+75=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE24B is #551DB4. Grayscale: #C0C0C0. Windows color (decimal): -5578165 or 4973226. OLE color: 4973226.
HSL color Cylindrical-coordinate representation of color #AAE24B: hue angle of 82.25º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE24B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 75 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.11 |
| HSL | 82.25º | 0.72% | 0.59% | - |
| HSV(B) | 82.25º | 0.67% | 0.89% | - |
| XYZ | 45.04 | 63.45 | 16.53 | - |
| YUV | 192.04 | 61.95 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 75 | 0.25 | 0 | 0.67 | 0.11 | 82.25 | 0.72 | 0.59 |
| Hex | AA | E2 | 4B | 19 | 0 | 43 | B | 52 | 48 | 3B |
| Octal | 252 | 342 | 113 | 31 | 0 | 103 | 13 | 122 | 110 | 73 |
| Binary | 10101010 | 11100010 | 1001011 | 11001 | 0 | 1000011 | 1011 | 1010010 | 1001000 | 111011 |
Color Harmonies of #AAE24B
Complementary color
Monochromatic Colors of #AAE24B
Black with #AAE24B
Text Example
Text Example
White with #AAE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE24B; }
p { color: rgb(170,226,75); }
H1.HeaderClassName
{
color: #AAE24B;
}
.AnyTagClassName
{
color: #AAE24B;
}
</style>
background-color css
<style>
a { background-color: #AAE24B; }
a { background-color: rgb(170,226,75); }
div.DivClassName
{
background-color: #AAE24B;
}
.BgClassName
{
background-color: #AAE24B;
}
</style>
border-color css
<style>
span { border-color: #AAE24B; }
span { border-color: rgb(170,226,75); }
td.TdClassName
{
border-color: #AAE24B;
}
.TagClassName
{
border-color: #AAE24B;
}
</style>