Shades of Conifer #AAE553
Tints of Conifer #AAE553
RGB
CMYK
RGB Variations
Color information
#AAE553 (or 0xAAE553) is known color: Conifer. HEX triplet: AA, E5 and 53. RGB value is (170,229,83). Sum of RGB (Red+Green+Blue) = 170+229+83=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE553 is #551AAC. Grayscale: #C3C3C3. Windows color (decimal): -5577389 or 5498282. OLE color: 5498282.
HSL color Cylindrical-coordinate representation of color #AAE553: hue angle of 84.25º 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 #AAE553 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 83 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.10 |
| HSL | 84.25º | 0.74% | 0.61% | - |
| HSV(B) | 84.25º | 0.64% | 0.9% | - |
| XYZ | 46.16 | 65.21 | 18.34 | - |
| YUV | 194.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 83 | 0.26 | 0 | 0.64 | 0.10 | 84.25 | 0.74 | 0.61 |
| Hex | AA | E5 | 53 | 1A | 0 | 40 | A | 54 | 4A | 3D |
| Octal | 252 | 345 | 123 | 32 | 0 | 100 | 12 | 124 | 112 | 75 |
| Binary | 10101010 | 11100101 | 1010011 | 11010 | 0 | 1000000 | 1010 | 1010100 | 1001010 | 111101 |
Color Harmonies of #AAE553
Complementary color
Monochromatic Colors of #AAE553
Black with #AAE553
Text Example
Text Example
White with #AAE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE553; }
p { color: rgb(170,229,83); }
H1.HeaderClassName
{
color: #AAE553;
}
.AnyTagClassName
{
color: #AAE553;
}
</style>
background-color css
<style>
a { background-color: #AAE553; }
a { background-color: rgb(170,229,83); }
div.DivClassName
{
background-color: #AAE553;
}
.BgClassName
{
background-color: #AAE553;
}
</style>
border-color css
<style>
span { border-color: #AAE553; }
span { border-color: rgb(170,229,83); }
td.TdClassName
{
border-color: #AAE553;
}
.TagClassName
{
border-color: #AAE553;
}
</style>