Shades of Atlantis #A2E841
Tints of Atlantis #A2E841
RGB
CMYK
RGB Variations
Color information
#A2E841 (or 0xA2E841) is known color: Atlantis. HEX triplet: A2, E8 and 41. RGB value is (162,232,65). Sum of RGB (Red+Green+Blue) = 162+232+65=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E841 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E841 is #5D17BE. Grayscale: #C0C0C0. Windows color (decimal): -6100927 or 4319394. OLE color: 4319394.
HSL color Cylindrical-coordinate representation of color #A2E841: hue angle of 85.15º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2E841 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 65 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.09 |
| HSL | 85.15º | 0.78% | 0.58% | - |
| HSV(B) | 85.15º | 0.72% | 0.91% | - |
| XYZ | 44.71 | 65.78 | 15.34 | - |
| YUV | 192.03 | 56.31 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 65 | 0.30 | 0 | 0.72 | 0.09 | 85.15 | 0.78 | 0.58 |
| Hex | A2 | E8 | 41 | 1E | 0 | 48 | 9 | 55 | 4E | 3A |
| Octal | 242 | 350 | 101 | 36 | 0 | 110 | 11 | 125 | 116 | 72 |
| Binary | 10100010 | 11101000 | 1000001 | 11110 | 0 | 1001000 | 1001 | 1010101 | 1001110 | 111010 |
Color Harmonies of #A2E841
Complementary color
Monochromatic Colors of #A2E841
Black with #A2E841
Text Example
Text Example
White with #A2E841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E841; }
p { color: rgb(162,232,65); }
H1.HeaderClassName
{
color: #A2E841;
}
.AnyTagClassName
{
color: #A2E841;
}
</style>
background-color css
<style>
a { background-color: #A2E841; }
a { background-color: rgb(162,232,65); }
div.DivClassName
{
background-color: #A2E841;
}
.BgClassName
{
background-color: #A2E841;
}
</style>
border-color css
<style>
span { border-color: #A2E841; }
span { border-color: rgb(162,232,65); }
td.TdClassName
{
border-color: #A2E841;
}
.TagClassName
{
border-color: #A2E841;
}
</style>