Shades of Conifer #AAE041
Tints of Conifer #AAE041
RGB
CMYK
RGB Variations
Color information
#AAE041 (or 0xAAE041) is known color: Conifer. HEX triplet: AA, E0 and 41. RGB value is (170,224,65). Sum of RGB (Red+Green+Blue) = 170+224+65=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE041 is #551FBE. Grayscale: #BEBEBE. Windows color (decimal): -5578687 or 4317354. OLE color: 4317354.
HSL color Cylindrical-coordinate representation of color #AAE041: hue angle of 80.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAE041 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 65 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.12 |
| HSL | 80.38º | 0.72% | 0.57% | - |
| HSV(B) | 80.38º | 0.71% | 0.88% | - |
| XYZ | 44.19 | 62.24 | 14.69 | - |
| YUV | 189.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 65 | 0.24 | 0 | 0.71 | 0.12 | 80.38 | 0.72 | 0.57 |
| Hex | AA | E0 | 41 | 18 | 0 | 47 | C | 50 | 48 | 39 |
| Octal | 252 | 340 | 101 | 30 | 0 | 107 | 14 | 120 | 110 | 71 |
| Binary | 10101010 | 11100000 | 1000001 | 11000 | 0 | 1000111 | 1100 | 1010000 | 1001000 | 111001 |
Color Harmonies of #AAE041
Complementary color
Monochromatic Colors of #AAE041
Black with #AAE041
Text Example
Text Example
White with #AAE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE041; }
p { color: rgb(170,224,65); }
H1.HeaderClassName
{
color: #AAE041;
}
.AnyTagClassName
{
color: #AAE041;
}
</style>
background-color css
<style>
a { background-color: #AAE041; }
a { background-color: rgb(170,224,65); }
div.DivClassName
{
background-color: #AAE041;
}
.BgClassName
{
background-color: #AAE041;
}
</style>
border-color css
<style>
span { border-color: #AAE041; }
span { border-color: rgb(170,224,65); }
td.TdClassName
{
border-color: #AAE041;
}
.TagClassName
{
border-color: #AAE041;
}
</style>