Shades of Conifer #AAE556
Tints of Conifer #AAE556
RGB
CMYK
RGB Variations
Color information
#AAE556 (or 0xAAE556) is known color: Conifer. HEX triplet: AA, E5 and 56. RGB value is (170,229,86). Sum of RGB (Red+Green+Blue) = 170+229+86=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE556 is #551AA9. Grayscale: #C3C3C3. Windows color (decimal): -5577386 or 5694890. OLE color: 5694890.
HSL color Cylindrical-coordinate representation of color #AAE556: hue angle of 84.76º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAE556 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 86 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.10 |
| HSL | 84.76º | 0.73% | 0.62% | - |
| HSV(B) | 84.76º | 0.62% | 0.9% | - |
| XYZ | 46.28 | 65.26 | 18.96 | - |
| YUV | 195.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 86 | 0.26 | 0 | 0.62 | 0.10 | 84.76 | 0.73 | 0.62 |
| Hex | AA | E5 | 56 | 1A | 0 | 3E | A | 55 | 49 | 3E |
| Octal | 252 | 345 | 126 | 32 | 0 | 76 | 12 | 125 | 111 | 76 |
| Binary | 10101010 | 11100101 | 1010110 | 11010 | 0 | 111110 | 1010 | 1010101 | 1001001 | 111110 |
Color Harmonies of #AAE556
Complementary color
Monochromatic Colors of #AAE556
Black with #AAE556
Text Example
Text Example
White with #AAE556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE556; }
p { color: rgb(170,229,86); }
H1.HeaderClassName
{
color: #AAE556;
}
.AnyTagClassName
{
color: #AAE556;
}
</style>
background-color css
<style>
a { background-color: #AAE556; }
a { background-color: rgb(170,229,86); }
div.DivClassName
{
background-color: #AAE556;
}
.BgClassName
{
background-color: #AAE556;
}
</style>
border-color css
<style>
span { border-color: #AAE556; }
span { border-color: rgb(170,229,86); }
td.TdClassName
{
border-color: #AAE556;
}
.TagClassName
{
border-color: #AAE556;
}
</style>