Shades of Conifer #AAE43C
Tints of Conifer #AAE43C
RGB
CMYK
RGB Variations
Color information
#AAE43C (or 0xAAE43C) is known color: Conifer. HEX triplet: AA, E4 and 3C. RGB value is (170,228,60). Sum of RGB (Red+Green+Blue) = 170+228+60=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE43C is #551BC3. Grayscale: #C0C0C0. Windows color (decimal): -5577668 or 3990698. OLE color: 3990698.
HSL color Cylindrical-coordinate representation of color #AAE43C: hue angle of 80.71º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE43C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 60 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.11 |
| HSL | 80.71º | 0.76% | 0.56% | - |
| HSV(B) | 80.71º | 0.74% | 0.89% | - |
| XYZ | 45.14 | 64.36 | 14.32 | - |
| YUV | 191.51 | 53.78 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 60 | 0.25 | 0 | 0.74 | 0.11 | 80.71 | 0.76 | 0.56 |
| Hex | AA | E4 | 3C | 19 | 0 | 4A | B | 51 | 4C | 38 |
| Octal | 252 | 344 | 74 | 31 | 0 | 112 | 13 | 121 | 114 | 70 |
| Binary | 10101010 | 11100100 | 111100 | 11001 | 0 | 1001010 | 1011 | 1010001 | 1001100 | 111000 |
Color Harmonies of #AAE43C
Complementary color
Monochromatic Colors of #AAE43C
Black with #AAE43C
Text Example
Text Example
White with #AAE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE43C; }
p { color: rgb(170,228,60); }
H1.HeaderClassName
{
color: #AAE43C;
}
.AnyTagClassName
{
color: #AAE43C;
}
</style>
background-color css
<style>
a { background-color: #AAE43C; }
a { background-color: rgb(170,228,60); }
div.DivClassName
{
background-color: #AAE43C;
}
.BgClassName
{
background-color: #AAE43C;
}
</style>
border-color css
<style>
span { border-color: #AAE43C; }
span { border-color: rgb(170,228,60); }
td.TdClassName
{
border-color: #AAE43C;
}
.TagClassName
{
border-color: #AAE43C;
}
</style>