Shades of Atlantis #AAE332
Tints of Atlantis #AAE332
RGB
CMYK
RGB Variations
Color information
#AAE332 (or 0xAAE332) is known color: Atlantis. HEX triplet: AA, E3 and 32. RGB value is (170,227,50). Sum of RGB (Red+Green+Blue) = 170+227+50=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE332 is #551CCD. Grayscale: #BEBEBE. Windows color (decimal): -5577934 or 3335082. OLE color: 3335082.
HSL color Cylindrical-coordinate representation of color #AAE332: hue angle of 79.32º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAE332 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 50 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.11 |
| HSL | 79.32º | 0.76% | 0.54% | - |
| HSV(B) | 79.32º | 0.78% | 0.89% | - |
| XYZ | 44.62 | 63.71 | 12.96 | - |
| YUV | 189.78 | 49.12 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 50 | 0.25 | 0 | 0.78 | 0.11 | 79.32 | 0.76 | 0.54 |
| Hex | AA | E3 | 32 | 19 | 0 | 4E | B | 4F | 4C | 36 |
| Octal | 252 | 343 | 62 | 31 | 0 | 116 | 13 | 117 | 114 | 66 |
| Binary | 10101010 | 11100011 | 110010 | 11001 | 0 | 1001110 | 1011 | 1001111 | 1001100 | 110110 |
Color Harmonies of #AAE332
Complementary color
Monochromatic Colors of #AAE332
Black with #AAE332
Text Example
Text Example
White with #AAE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE332; }
p { color: rgb(170,227,50); }
H1.HeaderClassName
{
color: #AAE332;
}
.AnyTagClassName
{
color: #AAE332;
}
</style>
background-color css
<style>
a { background-color: #AAE332; }
a { background-color: rgb(170,227,50); }
div.DivClassName
{
background-color: #AAE332;
}
.BgClassName
{
background-color: #AAE332;
}
</style>
border-color css
<style>
span { border-color: #AAE332; }
span { border-color: rgb(170,227,50); }
td.TdClassName
{
border-color: #AAE332;
}
.TagClassName
{
border-color: #AAE332;
}
</style>