Shades of Atlantis #A2E940
Tints of Atlantis #A2E940
RGB
CMYK
RGB Variations
Color information
#A2E940 (or 0xA2E940) is known color: Atlantis. HEX triplet: A2, E9 and 40. RGB value is (162,233,64). Sum of RGB (Red+Green+Blue) = 162+233+64=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E940 is #5D16BF. Grayscale: #C1C1C1. Windows color (decimal): -6100672 or 4254114. OLE color: 4254114.
HSL color Cylindrical-coordinate representation of color #A2E940: hue angle of 85.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2E940 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 64 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.09 |
| HSL | 85.21º | 0.79% | 0.58% | - |
| HSV(B) | 85.21º | 0.73% | 0.91% | - |
| XYZ | 44.96 | 66.33 | 15.28 | - |
| YUV | 192.51 | 55.48 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 64 | 0.30 | 0 | 0.73 | 0.09 | 85.21 | 0.79 | 0.58 |
| Hex | A2 | E9 | 40 | 1E | 0 | 49 | 9 | 55 | 4F | 3A |
| Octal | 242 | 351 | 100 | 36 | 0 | 111 | 11 | 125 | 117 | 72 |
| Binary | 10100010 | 11101001 | 1000000 | 11110 | 0 | 1001001 | 1001 | 1010101 | 1001111 | 111010 |
Color Harmonies of #A2E940
Complementary color
Monochromatic Colors of #A2E940
Black with #A2E940
Text Example
Text Example
White with #A2E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E940; }
p { color: rgb(162,233,64); }
H1.HeaderClassName
{
color: #A2E940;
}
.AnyTagClassName
{
color: #A2E940;
}
</style>
background-color css
<style>
a { background-color: #A2E940; }
a { background-color: rgb(162,233,64); }
div.DivClassName
{
background-color: #A2E940;
}
.BgClassName
{
background-color: #A2E940;
}
</style>
border-color css
<style>
span { border-color: #A2E940; }
span { border-color: rgb(162,233,64); }
td.TdClassName
{
border-color: #A2E940;
}
.TagClassName
{
border-color: #A2E940;
}
</style>