Shades of Conifer #AAE541
Tints of Conifer #AAE541
RGB
CMYK
RGB Variations
Color information
#AAE541 (or 0xAAE541) is known color: Conifer. HEX triplet: AA, E5 and 41. RGB value is (170,229,65). Sum of RGB (Red+Green+Blue) = 170+229+65=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE541 is #551ABE. Grayscale: #C1C1C1. Windows color (decimal): -5577407 or 4318634. OLE color: 4318634.
HSL color Cylindrical-coordinate representation of color #AAE541: hue angle of 81.59º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAE541 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 65 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.10 |
| HSL | 81.59º | 0.76% | 0.58% | - |
| HSV(B) | 81.59º | 0.72% | 0.9% | - |
| XYZ | 45.55 | 64.97 | 15.14 | - |
| YUV | 192.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 65 | 0.26 | 0 | 0.72 | 0.10 | 81.59 | 0.76 | 0.58 |
| Hex | AA | E5 | 41 | 1A | 0 | 48 | A | 52 | 4C | 3A |
| Octal | 252 | 345 | 101 | 32 | 0 | 110 | 12 | 122 | 114 | 72 |
| Binary | 10101010 | 11100101 | 1000001 | 11010 | 0 | 1001000 | 1010 | 1010010 | 1001100 | 111010 |
Color Harmonies of #AAE541
Complementary color
Monochromatic Colors of #AAE541
Black with #AAE541
Text Example
Text Example
White with #AAE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE541; }
p { color: rgb(170,229,65); }
H1.HeaderClassName
{
color: #AAE541;
}
.AnyTagClassName
{
color: #AAE541;
}
</style>
background-color css
<style>
a { background-color: #AAE541; }
a { background-color: rgb(170,229,65); }
div.DivClassName
{
background-color: #AAE541;
}
.BgClassName
{
background-color: #AAE541;
}
</style>
border-color css
<style>
span { border-color: #AAE541; }
span { border-color: rgb(170,229,65); }
td.TdClassName
{
border-color: #AAE541;
}
.TagClassName
{
border-color: #AAE541;
}
</style>