Shades of Atlantis #A2E939
Tints of Atlantis #A2E939
RGB
CMYK
RGB Variations
Color information
#A2E939 (or 0xA2E939) is known color: Atlantis. HEX triplet: A2, E9 and 39. RGB value is (162,233,57). Sum of RGB (Red+Green+Blue) = 162+233+57=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E939 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E939 is #5D16C6. Grayscale: #C0C0C0. Windows color (decimal): -6100679 or 3795362. OLE color: 3795362.
HSL color Cylindrical-coordinate representation of color #A2E939: hue angle of 84.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2E939 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 57 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.09 |
| HSL | 84.2º | 0.8% | 0.57% | - |
| HSV(B) | 84.2º | 0.76% | 0.91% | - |
| XYZ | 44.78 | 66.25 | 14.3 | - |
| YUV | 191.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 57 | 0.30 | 0 | 0.76 | 0.09 | 84.2 | 0.8 | 0.57 |
| Hex | A2 | E9 | 39 | 1E | 0 | 4C | 9 | 54 | 50 | 39 |
| Octal | 242 | 351 | 71 | 36 | 0 | 114 | 11 | 124 | 120 | 71 |
| Binary | 10100010 | 11101001 | 111001 | 11110 | 0 | 1001100 | 1001 | 1010100 | 1010000 | 111001 |
Color Harmonies of #A2E939
Complementary color
Monochromatic Colors of #A2E939
Black with #A2E939
Text Example
Text Example
White with #A2E939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E939; }
p { color: rgb(162,233,57); }
H1.HeaderClassName
{
color: #A2E939;
}
.AnyTagClassName
{
color: #A2E939;
}
</style>
background-color css
<style>
a { background-color: #A2E939; }
a { background-color: rgb(162,233,57); }
div.DivClassName
{
background-color: #A2E939;
}
.BgClassName
{
background-color: #A2E939;
}
</style>
border-color css
<style>
span { border-color: #A2E939; }
span { border-color: rgb(162,233,57); }
td.TdClassName
{
border-color: #A2E939;
}
.TagClassName
{
border-color: #A2E939;
}
</style>