Shades of Conifer #AAE254
Tints of Conifer #AAE254
RGB
CMYK
RGB Variations
Color information
#AAE254 (or 0xAAE254) is known color: Conifer. HEX triplet: AA, E2 and 54. RGB value is (170,226,84). Sum of RGB (Red+Green+Blue) = 170+226+84=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE254 is #551DAB. Grayscale: #C1C1C1. Windows color (decimal): -5578156 or 5563050. OLE color: 5563050.
HSL color Cylindrical-coordinate representation of color #AAE254: hue angle of 83.66º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAE254 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 84 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.11 |
| HSL | 83.66º | 0.71% | 0.61% | - |
| HSV(B) | 83.66º | 0.63% | 0.89% | - |
| XYZ | 45.37 | 63.58 | 18.27 | - |
| YUV | 193.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 84 | 0.25 | 0 | 0.63 | 0.11 | 83.66 | 0.71 | 0.61 |
| Hex | AA | E2 | 54 | 19 | 0 | 3F | B | 54 | 47 | 3D |
| Octal | 252 | 342 | 124 | 31 | 0 | 77 | 13 | 124 | 107 | 75 |
| Binary | 10101010 | 11100010 | 1010100 | 11001 | 0 | 111111 | 1011 | 1010100 | 1000111 | 111101 |
Color Harmonies of #AAE254
Complementary color
Monochromatic Colors of #AAE254
Black with #AAE254
Text Example
Text Example
White with #AAE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE254; }
p { color: rgb(170,226,84); }
H1.HeaderClassName
{
color: #AAE254;
}
.AnyTagClassName
{
color: #AAE254;
}
</style>
background-color css
<style>
a { background-color: #AAE254; }
a { background-color: rgb(170,226,84); }
div.DivClassName
{
background-color: #AAE254;
}
.BgClassName
{
background-color: #AAE254;
}
</style>
border-color css
<style>
span { border-color: #AAE254; }
span { border-color: rgb(170,226,84); }
td.TdClassName
{
border-color: #AAE254;
}
.TagClassName
{
border-color: #AAE254;
}
</style>