Shades of Atlantis #A2E331
Tints of Atlantis #A2E331
RGB
CMYK
RGB Variations
Color information
#A2E331 (or 0xA2E331) is known color: Atlantis. HEX triplet: A2, E3 and 31. RGB value is (162,227,49). Sum of RGB (Red+Green+Blue) = 162+227+49=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E331 is #5D1CCE. Grayscale: #BBBBBB. Windows color (decimal): -6102223 or 3269538. OLE color: 3269538.
HSL color Cylindrical-coordinate representation of color #A2E331: hue angle of 81.91º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2E331 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 49 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.11 |
| HSL | 81.91º | 0.76% | 0.54% | - |
| HSV(B) | 81.91º | 0.78% | 0.89% | - |
| XYZ | 42.92 | 62.84 | 12.77 | - |
| YUV | 187.27 | 49.97 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 49 | 0.29 | 0 | 0.78 | 0.11 | 81.91 | 0.76 | 0.54 |
| Hex | A2 | E3 | 31 | 1D | 0 | 4E | B | 52 | 4C | 36 |
| Octal | 242 | 343 | 61 | 35 | 0 | 116 | 13 | 122 | 114 | 66 |
| Binary | 10100010 | 11100011 | 110001 | 11101 | 0 | 1001110 | 1011 | 1010010 | 1001100 | 110110 |
Color Harmonies of #A2E331
Complementary color
Monochromatic Colors of #A2E331
Black with #A2E331
Text Example
Text Example
White with #A2E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E331; }
p { color: rgb(162,227,49); }
H1.HeaderClassName
{
color: #A2E331;
}
.AnyTagClassName
{
color: #A2E331;
}
</style>
background-color css
<style>
a { background-color: #A2E331; }
a { background-color: rgb(162,227,49); }
div.DivClassName
{
background-color: #A2E331;
}
.BgClassName
{
background-color: #A2E331;
}
</style>
border-color css
<style>
span { border-color: #A2E331; }
span { border-color: rgb(162,227,49); }
td.TdClassName
{
border-color: #A2E331;
}
.TagClassName
{
border-color: #A2E331;
}
</style>