Shades of Atlantis #A2E03A
Tints of Atlantis #A2E03A
RGB
CMYK
RGB Variations
Color information
#A2E03A (or 0xA2E03A) is known color: Atlantis. HEX triplet: A2, E0 and 3A. RGB value is (162,224,58). Sum of RGB (Red+Green+Blue) = 162+224+58=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E03A is #5D1FC5. Grayscale: #BBBBBB. Windows color (decimal): -6102982 or 3858594. OLE color: 3858594.
HSL color Cylindrical-coordinate representation of color #A2E03A: hue angle of 82.41º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2E03A is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 58 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.12 |
| HSL | 82.41º | 0.73% | 0.55% | - |
| HSV(B) | 82.41º | 0.74% | 0.88% | - |
| XYZ | 42.32 | 61.3 | 13.6 | - |
| YUV | 186.54 | 55.46 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 58 | 0.28 | 0 | 0.74 | 0.12 | 82.41 | 0.73 | 0.55 |
| Hex | A2 | E0 | 3A | 1C | 0 | 4A | C | 52 | 49 | 37 |
| Octal | 242 | 340 | 72 | 34 | 0 | 112 | 14 | 122 | 111 | 67 |
| Binary | 10100010 | 11100000 | 111010 | 11100 | 0 | 1001010 | 1100 | 1010010 | 1001001 | 110111 |
Color Harmonies of #A2E03A
Complementary color
Monochromatic Colors of #A2E03A
Black with #A2E03A
Text Example
Text Example
White with #A2E03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E03A; }
p { color: rgb(162,224,58); }
H1.HeaderClassName
{
color: #A2E03A;
}
.AnyTagClassName
{
color: #A2E03A;
}
</style>
background-color css
<style>
a { background-color: #A2E03A; }
a { background-color: rgb(162,224,58); }
div.DivClassName
{
background-color: #A2E03A;
}
.BgClassName
{
background-color: #A2E03A;
}
</style>
border-color css
<style>
span { border-color: #A2E03A; }
span { border-color: rgb(162,224,58); }
td.TdClassName
{
border-color: #A2E03A;
}
.TagClassName
{
border-color: #A2E03A;
}
</style>