Shades of Atlantis #AAE339
Tints of Atlantis #AAE339
RGB
CMYK
RGB Variations
Color information
#AAE339 (or 0xAAE339) is known color: Atlantis. HEX triplet: AA, E3 and 39. RGB value is (170,227,57). Sum of RGB (Red+Green+Blue) = 170+227+57=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE339 is #551CC6. Grayscale: #BFBFBF. Windows color (decimal): -5577927 or 3793834. OLE color: 3793834.
HSL color Cylindrical-coordinate representation of color #AAE339: hue angle of 80.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAE339 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 57 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.11 |
| HSL | 80.12º | 0.75% | 0.56% | - |
| HSV(B) | 80.12º | 0.75% | 0.89% | - |
| XYZ | 44.79 | 63.78 | 13.82 | - |
| YUV | 190.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 57 | 0.25 | 0 | 0.75 | 0.11 | 80.12 | 0.75 | 0.56 |
| Hex | AA | E3 | 39 | 19 | 0 | 4B | B | 50 | 4B | 38 |
| Octal | 252 | 343 | 71 | 31 | 0 | 113 | 13 | 120 | 113 | 70 |
| Binary | 10101010 | 11100011 | 111001 | 11001 | 0 | 1001011 | 1011 | 1010000 | 1001011 | 111000 |
Color Harmonies of #AAE339
Complementary color
Monochromatic Colors of #AAE339
Black with #AAE339
Text Example
Text Example
White with #AAE339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE339; }
p { color: rgb(170,227,57); }
H1.HeaderClassName
{
color: #AAE339;
}
.AnyTagClassName
{
color: #AAE339;
}
</style>
background-color css
<style>
a { background-color: #AAE339; }
a { background-color: rgb(170,227,57); }
div.DivClassName
{
background-color: #AAE339;
}
.BgClassName
{
background-color: #AAE339;
}
</style>
border-color css
<style>
span { border-color: #AAE339; }
span { border-color: rgb(170,227,57); }
td.TdClassName
{
border-color: #AAE339;
}
.TagClassName
{
border-color: #AAE339;
}
</style>