Shades of Conifer #AAE53C
Tints of Conifer #AAE53C
RGB
CMYK
RGB Variations
Color information
#AAE53C (or 0xAAE53C) is known color: Conifer. HEX triplet: AA, E5 and 3C. RGB value is (170,229,60). Sum of RGB (Red+Green+Blue) = 170+229+60=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE53C is #551AC3. Grayscale: #C0C0C0. Windows color (decimal): -5577412 or 3990954. OLE color: 3990954.
HSL color Cylindrical-coordinate representation of color #AAE53C: hue angle of 80.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE53C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 60 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.10 |
| HSL | 80.95º | 0.76% | 0.57% | - |
| HSV(B) | 80.95º | 0.74% | 0.9% | - |
| XYZ | 45.41 | 64.91 | 14.41 | - |
| YUV | 192.09 | 53.45 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 60 | 0.26 | 0 | 0.74 | 0.10 | 80.95 | 0.76 | 0.57 |
| Hex | AA | E5 | 3C | 1A | 0 | 4A | A | 51 | 4C | 39 |
| Octal | 252 | 345 | 74 | 32 | 0 | 112 | 12 | 121 | 114 | 71 |
| Binary | 10101010 | 11100101 | 111100 | 11010 | 0 | 1001010 | 1010 | 1010001 | 1001100 | 111001 |
Color Harmonies of #AAE53C
Complementary color
Monochromatic Colors of #AAE53C
Black with #AAE53C
Text Example
Text Example
White with #AAE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE53C; }
p { color: rgb(170,229,60); }
H1.HeaderClassName
{
color: #AAE53C;
}
.AnyTagClassName
{
color: #AAE53C;
}
</style>
background-color css
<style>
a { background-color: #AAE53C; }
a { background-color: rgb(170,229,60); }
div.DivClassName
{
background-color: #AAE53C;
}
.BgClassName
{
background-color: #AAE53C;
}
</style>
border-color css
<style>
span { border-color: #AAE53C; }
span { border-color: rgb(170,229,60); }
td.TdClassName
{
border-color: #AAE53C;
}
.TagClassName
{
border-color: #AAE53C;
}
</style>