Shades of Conifer #AAE356
Tints of Conifer #AAE356
RGB
CMYK
RGB Variations
Color information
#AAE356 (or 0xAAE356) is known color: Conifer. HEX triplet: AA, E3 and 56. RGB value is (170,227,86). Sum of RGB (Red+Green+Blue) = 170+227+86=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE356 is #551CA9. Grayscale: #C2C2C2. Windows color (decimal): -5577898 or 5694378. OLE color: 5694378.
HSL color Cylindrical-coordinate representation of color #AAE356: hue angle of 84.26º degrees, saturation: 0.72, 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 #AAE356 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 86 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.11 |
| HSL | 84.26º | 0.72% | 0.61% | - |
| HSV(B) | 84.26º | 0.62% | 0.89% | - |
| XYZ | 45.73 | 64.16 | 18.78 | - |
| YUV | 193.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 86 | 0.25 | 0 | 0.62 | 0.11 | 84.26 | 0.72 | 0.61 |
| Hex | AA | E3 | 56 | 19 | 0 | 3E | B | 54 | 48 | 3D |
| Octal | 252 | 343 | 126 | 31 | 0 | 76 | 13 | 124 | 110 | 75 |
| Binary | 10101010 | 11100011 | 1010110 | 11001 | 0 | 111110 | 1011 | 1010100 | 1001000 | 111101 |
Color Harmonies of #AAE356
Complementary color
Monochromatic Colors of #AAE356
Black with #AAE356
Text Example
Text Example
White with #AAE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE356; }
p { color: rgb(170,227,86); }
H1.HeaderClassName
{
color: #AAE356;
}
.AnyTagClassName
{
color: #AAE356;
}
</style>
background-color css
<style>
a { background-color: #AAE356; }
a { background-color: rgb(170,227,86); }
div.DivClassName
{
background-color: #AAE356;
}
.BgClassName
{
background-color: #AAE356;
}
</style>
border-color css
<style>
span { border-color: #AAE356; }
span { border-color: rgb(170,227,86); }
td.TdClassName
{
border-color: #AAE356;
}
.TagClassName
{
border-color: #AAE356;
}
</style>