Shades of Conifer #AAE25C
Tints of Conifer #AAE25C
RGB
CMYK
RGB Variations
Color information
#AAE25C (or 0xAAE25C) is known color: Conifer. HEX triplet: AA, E2 and 5C. RGB value is (170,226,92). Sum of RGB (Red+Green+Blue) = 170+226+92=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE25C is #551DA3. Grayscale: #C2C2C2. Windows color (decimal): -5578148 or 6087338. OLE color: 6087338.
HSL color Cylindrical-coordinate representation of color #AAE25C: hue angle of 85.07º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE25C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 92 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 85.07º | 0.7% | 0.62% | - |
| HSV(B) | 85.07º | 0.59% | 0.89% | - |
| XYZ | 45.71 | 63.71 | 20.01 | - |
| YUV | 193.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 92 | 0.25 | 0 | 0.59 | 0.11 | 85.07 | 0.7 | 0.62 |
| Hex | AA | E2 | 5C | 19 | 0 | 3B | B | 55 | 46 | 3E |
| Octal | 252 | 342 | 134 | 31 | 0 | 73 | 13 | 125 | 106 | 76 |
| Binary | 10101010 | 11100010 | 1011100 | 11001 | 0 | 111011 | 1011 | 1010101 | 1000110 | 111110 |
Color Harmonies of #AAE25C
Complementary color
Monochromatic Colors of #AAE25C
Black with #AAE25C
Text Example
Text Example
White with #AAE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE25C; }
p { color: rgb(170,226,92); }
H1.HeaderClassName
{
color: #AAE25C;
}
.AnyTagClassName
{
color: #AAE25C;
}
</style>
background-color css
<style>
a { background-color: #AAE25C; }
a { background-color: rgb(170,226,92); }
div.DivClassName
{
background-color: #AAE25C;
}
.BgClassName
{
background-color: #AAE25C;
}
</style>
border-color css
<style>
span { border-color: #AAE25C; }
span { border-color: rgb(170,226,92); }
td.TdClassName
{
border-color: #AAE25C;
}
.TagClassName
{
border-color: #AAE25C;
}
</style>