Shades of Conifer #AAE257
Tints of Conifer #AAE257
RGB
CMYK
RGB Variations
Color information
#AAE257 (or 0xAAE257) is known color: Conifer. HEX triplet: AA, E2 and 57. RGB value is (170,226,87). Sum of RGB (Red+Green+Blue) = 170+226+87=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE257 is #551DA8. Grayscale: #C1C1C1. Windows color (decimal): -5578153 or 5759658. OLE color: 5759658.
HSL color Cylindrical-coordinate representation of color #AAE257: hue angle of 84.17º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAE257 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 87 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.11 |
| HSL | 84.17º | 0.71% | 0.61% | - |
| HSV(B) | 84.17º | 0.62% | 0.89% | - |
| XYZ | 45.49 | 63.63 | 18.9 | - |
| YUV | 193.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 87 | 0.25 | 0 | 0.62 | 0.11 | 84.17 | 0.71 | 0.61 |
| Hex | AA | E2 | 57 | 19 | 0 | 3E | B | 54 | 47 | 3D |
| Octal | 252 | 342 | 127 | 31 | 0 | 76 | 13 | 124 | 107 | 75 |
| Binary | 10101010 | 11100010 | 1010111 | 11001 | 0 | 111110 | 1011 | 1010100 | 1000111 | 111101 |
Color Harmonies of #AAE257
Complementary color
Monochromatic Colors of #AAE257
Black with #AAE257
Text Example
Text Example
White with #AAE257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE257; }
p { color: rgb(170,226,87); }
H1.HeaderClassName
{
color: #AAE257;
}
.AnyTagClassName
{
color: #AAE257;
}
</style>
background-color css
<style>
a { background-color: #AAE257; }
a { background-color: rgb(170,226,87); }
div.DivClassName
{
background-color: #AAE257;
}
.BgClassName
{
background-color: #AAE257;
}
</style>
border-color css
<style>
span { border-color: #AAE257; }
span { border-color: rgb(170,226,87); }
td.TdClassName
{
border-color: #AAE257;
}
.TagClassName
{
border-color: #AAE257;
}
</style>