Shades of Atlantis #A2E93A
Tints of Atlantis #A2E93A
RGB
CMYK
RGB Variations
Color information
#A2E93A (or 0xA2E93A) is known color: Atlantis. HEX triplet: A2, E9 and 3A. RGB value is (162,233,58). Sum of RGB (Red+Green+Blue) = 162+233+58=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 233 (91.41% from 255 or 51.43% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E93A is #5D16C5. Grayscale: #C0C0C0. Windows color (decimal): -6100678 or 3860898. OLE color: 3860898.
HSL color Cylindrical-coordinate representation of color #A2E93A: hue angle of 84.34º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2E93A is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 58 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.09 |
| HSL | 84.34º | 0.8% | 0.57% | - |
| HSV(B) | 84.34º | 0.75% | 0.91% | - |
| XYZ | 44.8 | 66.26 | 14.43 | - |
| YUV | 191.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 58 | 0.30 | 0 | 0.75 | 0.09 | 84.34 | 0.8 | 0.57 |
| Hex | A2 | E9 | 3A | 1E | 0 | 4B | 9 | 54 | 50 | 39 |
| Octal | 242 | 351 | 72 | 36 | 0 | 113 | 11 | 124 | 120 | 71 |
| Binary | 10100010 | 11101001 | 111010 | 11110 | 0 | 1001011 | 1001 | 1010100 | 1010000 | 111001 |
Color Harmonies of #A2E93A
Complementary color
Monochromatic Colors of #A2E93A
Black with #A2E93A
Text Example
Text Example
White with #A2E93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E93A; }
p { color: rgb(162,233,58); }
H1.HeaderClassName
{
color: #A2E93A;
}
.AnyTagClassName
{
color: #A2E93A;
}
</style>
background-color css
<style>
a { background-color: #A2E93A; }
a { background-color: rgb(162,233,58); }
div.DivClassName
{
background-color: #A2E93A;
}
.BgClassName
{
background-color: #A2E93A;
}
</style>
border-color css
<style>
span { border-color: #A2E93A; }
span { border-color: rgb(162,233,58); }
td.TdClassName
{
border-color: #A2E93A;
}
.TagClassName
{
border-color: #A2E93A;
}
</style>