Shades of Conifer #AAE740
Tints of Conifer #AAE740
RGB
CMYK
RGB Variations
Color information
#AAE740 (or 0xAAE740) is known color: Conifer. HEX triplet: AA, E7 and 40. RGB value is (170,231,64). Sum of RGB (Red+Green+Blue) = 170+231+64=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE740 is #5518BF. Grayscale: #C2C2C2. Windows color (decimal): -5576896 or 4253610. OLE color: 4253610.
HSL color Cylindrical-coordinate representation of color #AAE740: hue angle of 81.92º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAE740 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 64 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.09 |
| HSL | 81.92º | 0.78% | 0.58% | - |
| HSV(B) | 81.92º | 0.72% | 0.91% | - |
| XYZ | 46.08 | 66.07 | 15.17 | - |
| YUV | 193.72 | 54.79 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 64 | 0.26 | 0 | 0.72 | 0.09 | 81.92 | 0.78 | 0.58 |
| Hex | AA | E7 | 40 | 1A | 0 | 48 | 9 | 52 | 4E | 3A |
| Octal | 252 | 347 | 100 | 32 | 0 | 110 | 11 | 122 | 116 | 72 |
| Binary | 10101010 | 11100111 | 1000000 | 11010 | 0 | 1001000 | 1001 | 1010010 | 1001110 | 111010 |
Color Harmonies of #AAE740
Complementary color
Monochromatic Colors of #AAE740
Black with #AAE740
Text Example
Text Example
White with #AAE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE740; }
p { color: rgb(170,231,64); }
H1.HeaderClassName
{
color: #AAE740;
}
.AnyTagClassName
{
color: #AAE740;
}
</style>
background-color css
<style>
a { background-color: #AAE740; }
a { background-color: rgb(170,231,64); }
div.DivClassName
{
background-color: #AAE740;
}
.BgClassName
{
background-color: #AAE740;
}
</style>
border-color css
<style>
span { border-color: #AAE740; }
span { border-color: rgb(170,231,64); }
td.TdClassName
{
border-color: #AAE740;
}
.TagClassName
{
border-color: #AAE740;
}
</style>