Shades of Atlantis #A2E032
Tints of Atlantis #A2E032
RGB
CMYK
RGB Variations
Color information
#A2E032 (or 0xA2E032) is known color: Atlantis. HEX triplet: A2, E0 and 32. RGB value is (162,224,50). Sum of RGB (Red+Green+Blue) = 162+224+50=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E032 is #5D1FCD. Grayscale: #BABABA. Windows color (decimal): -6102990 or 3334306. OLE color: 3334306.
HSL color Cylindrical-coordinate representation of color #A2E032: hue angle of 81.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2E032 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 50 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.12 |
| HSL | 81.38º | 0.74% | 0.54% | - |
| HSV(B) | 81.38º | 0.78% | 0.88% | - |
| XYZ | 42.13 | 61.22 | 12.61 | - |
| YUV | 185.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 50 | 0.28 | 0 | 0.78 | 0.12 | 81.38 | 0.74 | 0.54 |
| Hex | A2 | E0 | 32 | 1C | 0 | 4E | C | 51 | 4A | 36 |
| Octal | 242 | 340 | 62 | 34 | 0 | 116 | 14 | 121 | 112 | 66 |
| Binary | 10100010 | 11100000 | 110010 | 11100 | 0 | 1001110 | 1100 | 1010001 | 1001010 | 110110 |
Color Harmonies of #A2E032
Complementary color
Monochromatic Colors of #A2E032
Black with #A2E032
Text Example
Text Example
White with #A2E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E032; }
p { color: rgb(162,224,50); }
H1.HeaderClassName
{
color: #A2E032;
}
.AnyTagClassName
{
color: #A2E032;
}
</style>
background-color css
<style>
a { background-color: #A2E032; }
a { background-color: rgb(162,224,50); }
div.DivClassName
{
background-color: #A2E032;
}
.BgClassName
{
background-color: #A2E032;
}
</style>
border-color css
<style>
span { border-color: #A2E032; }
span { border-color: rgb(162,224,50); }
td.TdClassName
{
border-color: #A2E032;
}
.TagClassName
{
border-color: #A2E032;
}
</style>