Shades of Atlantis #A2E33E
Tints of Atlantis #A2E33E
RGB
CMYK
RGB Variations
Color information
#A2E33E (or 0xA2E33E) is known color: Atlantis. HEX triplet: A2, E3 and 3E. RGB value is (162,227,62). Sum of RGB (Red+Green+Blue) = 162+227+62=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E33E is #5D1CC1. Grayscale: #BDBDBD. Windows color (decimal): -6102210 or 4121506. OLE color: 4121506.
HSL color Cylindrical-coordinate representation of color #A2E33E: hue angle of 83.64º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2E33E is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 62 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.11 |
| HSL | 83.64º | 0.75% | 0.57% | - |
| HSV(B) | 83.64º | 0.73% | 0.89% | - |
| XYZ | 43.24 | 62.97 | 14.43 | - |
| YUV | 188.76 | 56.47 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 62 | 0.29 | 0 | 0.73 | 0.11 | 83.64 | 0.75 | 0.57 |
| Hex | A2 | E3 | 3E | 1D | 0 | 49 | B | 54 | 4B | 39 |
| Octal | 242 | 343 | 76 | 35 | 0 | 111 | 13 | 124 | 113 | 71 |
| Binary | 10100010 | 11100011 | 111110 | 11101 | 0 | 1001001 | 1011 | 1010100 | 1001011 | 111001 |
Color Harmonies of #A2E33E
Complementary color
Monochromatic Colors of #A2E33E
Black with #A2E33E
Text Example
Text Example
White with #A2E33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E33E; }
p { color: rgb(162,227,62); }
H1.HeaderClassName
{
color: #A2E33E;
}
.AnyTagClassName
{
color: #A2E33E;
}
</style>
background-color css
<style>
a { background-color: #A2E33E; }
a { background-color: rgb(162,227,62); }
div.DivClassName
{
background-color: #A2E33E;
}
.BgClassName
{
background-color: #A2E33E;
}
</style>
border-color css
<style>
span { border-color: #A2E33E; }
span { border-color: rgb(162,227,62); }
td.TdClassName
{
border-color: #A2E33E;
}
.TagClassName
{
border-color: #A2E33E;
}
</style>