Shades of Conifer #AAE55C
Tints of Conifer #AAE55C
RGB
CMYK
RGB Variations
Color information
#AAE55C (or 0xAAE55C) is known color: Conifer. HEX triplet: AA, E5 and 5C. RGB value is (170,229,92). Sum of RGB (Red+Green+Blue) = 170+229+92=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE55C is #551AA3. Grayscale: #C4C4C4. Windows color (decimal): -5577380 or 6088106. OLE color: 6088106.
HSL color Cylindrical-coordinate representation of color #AAE55C: hue angle of 85.84º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE55C is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 92 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.10 |
| HSL | 85.84º | 0.72% | 0.63% | - |
| HSV(B) | 85.84º | 0.6% | 0.9% | - |
| XYZ | 46.53 | 65.36 | 20.29 | - |
| YUV | 195.74 | 69.45 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 92 | 0.26 | 0 | 0.60 | 0.10 | 85.84 | 0.72 | 0.63 |
| Hex | AA | E5 | 5C | 1A | 0 | 3C | A | 56 | 48 | 3F |
| Octal | 252 | 345 | 134 | 32 | 0 | 74 | 12 | 126 | 110 | 77 |
| Binary | 10101010 | 11100101 | 1011100 | 11010 | 0 | 111100 | 1010 | 1010110 | 1001000 | 111111 |
Color Harmonies of #AAE55C
Complementary color
Monochromatic Colors of #AAE55C
Black with #AAE55C
Text Example
Text Example
White with #AAE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE55C; }
p { color: rgb(170,229,92); }
H1.HeaderClassName
{
color: #AAE55C;
}
.AnyTagClassName
{
color: #AAE55C;
}
</style>
background-color css
<style>
a { background-color: #AAE55C; }
a { background-color: rgb(170,229,92); }
div.DivClassName
{
background-color: #AAE55C;
}
.BgClassName
{
background-color: #AAE55C;
}
</style>
border-color css
<style>
span { border-color: #AAE55C; }
span { border-color: rgb(170,229,92); }
td.TdClassName
{
border-color: #AAE55C;
}
.TagClassName
{
border-color: #AAE55C;
}
</style>