Shades of Conifer #AAE340
Tints of Conifer #AAE340
RGB
CMYK
RGB Variations
Color information
#AAE340 (or 0xAAE340) is known color: Conifer. HEX triplet: AA, E3 and 40. RGB value is (170,227,64). Sum of RGB (Red+Green+Blue) = 170+227+64=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE340 is #551CBF. Grayscale: #BFBFBF. Windows color (decimal): -5577920 or 4252586. OLE color: 4252586.
HSL color Cylindrical-coordinate representation of color #AAE340: hue angle of 80.98º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAE340 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 64 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.11 |
| HSL | 80.98º | 0.74% | 0.57% | - |
| HSV(B) | 80.98º | 0.72% | 0.89% | - |
| XYZ | 44.97 | 63.85 | 14.81 | - |
| YUV | 191.38 | 56.12 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 64 | 0.25 | 0 | 0.72 | 0.11 | 80.98 | 0.74 | 0.57 |
| Hex | AA | E3 | 40 | 19 | 0 | 48 | B | 51 | 4A | 39 |
| Octal | 252 | 343 | 100 | 31 | 0 | 110 | 13 | 121 | 112 | 71 |
| Binary | 10101010 | 11100011 | 1000000 | 11001 | 0 | 1001000 | 1011 | 1010001 | 1001010 | 111001 |
Color Harmonies of #AAE340
Complementary color
Monochromatic Colors of #AAE340
Black with #AAE340
Text Example
Text Example
White with #AAE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE340; }
p { color: rgb(170,227,64); }
H1.HeaderClassName
{
color: #AAE340;
}
.AnyTagClassName
{
color: #AAE340;
}
</style>
background-color css
<style>
a { background-color: #AAE340; }
a { background-color: rgb(170,227,64); }
div.DivClassName
{
background-color: #AAE340;
}
.BgClassName
{
background-color: #AAE340;
}
</style>
border-color css
<style>
span { border-color: #AAE340; }
span { border-color: rgb(170,227,64); }
td.TdClassName
{
border-color: #AAE340;
}
.TagClassName
{
border-color: #AAE340;
}
</style>