Shades of Conifer #AAE552
Tints of Conifer #AAE552
RGB
CMYK
RGB Variations
Color information
#AAE552 (or 0xAAE552) is known color: Conifer. HEX triplet: AA, E5 and 52. RGB value is (170,229,82). Sum of RGB (Red+Green+Blue) = 170+229+82=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE552 is #551AAD. Grayscale: #C3C3C3. Windows color (decimal): -5577390 or 5432746. OLE color: 5432746.
HSL color Cylindrical-coordinate representation of color #AAE552: hue angle of 84.08º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAE552 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 82 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.10 |
| HSL | 84.08º | 0.74% | 0.61% | - |
| HSV(B) | 84.08º | 0.64% | 0.9% | - |
| XYZ | 46.12 | 65.19 | 18.14 | - |
| YUV | 194.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 82 | 0.26 | 0 | 0.64 | 0.10 | 84.08 | 0.74 | 0.61 |
| Hex | AA | E5 | 52 | 1A | 0 | 40 | A | 54 | 4A | 3D |
| Octal | 252 | 345 | 122 | 32 | 0 | 100 | 12 | 124 | 112 | 75 |
| Binary | 10101010 | 11100101 | 1010010 | 11010 | 0 | 1000000 | 1010 | 1010100 | 1001010 | 111101 |
Color Harmonies of #AAE552
Complementary color
Monochromatic Colors of #AAE552
Black with #AAE552
Text Example
Text Example
White with #AAE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE552; }
p { color: rgb(170,229,82); }
H1.HeaderClassName
{
color: #AAE552;
}
.AnyTagClassName
{
color: #AAE552;
}
</style>
background-color css
<style>
a { background-color: #AAE552; }
a { background-color: rgb(170,229,82); }
div.DivClassName
{
background-color: #AAE552;
}
.BgClassName
{
background-color: #AAE552;
}
</style>
border-color css
<style>
span { border-color: #AAE552; }
span { border-color: rgb(170,229,82); }
td.TdClassName
{
border-color: #AAE552;
}
.TagClassName
{
border-color: #AAE552;
}
</style>