Shades of Atlantis #A2E33A
Tints of Atlantis #A2E33A
RGB
CMYK
RGB Variations
Color information
#A2E33A (or 0xA2E33A) is known color: Atlantis. HEX triplet: A2, E3 and 3A. RGB value is (162,227,58). Sum of RGB (Red+Green+Blue) = 162+227+58=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E33A is #5D1CC5. Grayscale: #BCBCBC. Windows color (decimal): -6102214 or 3859362. OLE color: 3859362.
HSL color Cylindrical-coordinate representation of color #A2E33A: hue angle of 83.08º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2E33A is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 58 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.11 |
| HSL | 83.08º | 0.75% | 0.56% | - |
| HSV(B) | 83.08º | 0.74% | 0.89% | - |
| XYZ | 43.13 | 62.93 | 13.88 | - |
| YUV | 188.3 | 54.47 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 58 | 0.29 | 0 | 0.74 | 0.11 | 83.08 | 0.75 | 0.56 |
| Hex | A2 | E3 | 3A | 1D | 0 | 4A | B | 53 | 4B | 38 |
| Octal | 242 | 343 | 72 | 35 | 0 | 112 | 13 | 123 | 113 | 70 |
| Binary | 10100010 | 11100011 | 111010 | 11101 | 0 | 1001010 | 1011 | 1010011 | 1001011 | 111000 |
Color Harmonies of #A2E33A
Complementary color
Monochromatic Colors of #A2E33A
Black with #A2E33A
Text Example
Text Example
White with #A2E33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E33A; }
p { color: rgb(162,227,58); }
H1.HeaderClassName
{
color: #A2E33A;
}
.AnyTagClassName
{
color: #A2E33A;
}
</style>
background-color css
<style>
a { background-color: #A2E33A; }
a { background-color: rgb(162,227,58); }
div.DivClassName
{
background-color: #A2E33A;
}
.BgClassName
{
background-color: #A2E33A;
}
</style>
border-color css
<style>
span { border-color: #A2E33A; }
span { border-color: rgb(162,227,58); }
td.TdClassName
{
border-color: #A2E33A;
}
.TagClassName
{
border-color: #A2E33A;
}
</style>