Shades of Atlantis #A2E234
Tints of Atlantis #A2E234
RGB
CMYK
RGB Variations
Color information
#A2E234 (or 0xA2E234) is known color: Atlantis. HEX triplet: A2, E2 and 34. RGB value is (162,226,52). Sum of RGB (Red+Green+Blue) = 162+226+52=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E234 is #5D1DCB. Grayscale: #BBBBBB. Windows color (decimal): -6102476 or 3465890. OLE color: 3465890.
HSL color Cylindrical-coordinate representation of color #A2E234: hue angle of 82.07º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2E234 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 52 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.11 |
| HSL | 82.07º | 0.75% | 0.55% | - |
| HSV(B) | 82.07º | 0.77% | 0.89% | - |
| XYZ | 42.72 | 62.32 | 13.03 | - |
| YUV | 187.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 52 | 0.28 | 0 | 0.77 | 0.11 | 82.07 | 0.75 | 0.55 |
| Hex | A2 | E2 | 34 | 1C | 0 | 4D | B | 52 | 4B | 37 |
| Octal | 242 | 342 | 64 | 34 | 0 | 115 | 13 | 122 | 113 | 67 |
| Binary | 10100010 | 11100010 | 110100 | 11100 | 0 | 1001101 | 1011 | 1010010 | 1001011 | 110111 |
Color Harmonies of #A2E234
Complementary color
Monochromatic Colors of #A2E234
Black with #A2E234
Text Example
Text Example
White with #A2E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E234; }
p { color: rgb(162,226,52); }
H1.HeaderClassName
{
color: #A2E234;
}
.AnyTagClassName
{
color: #A2E234;
}
</style>
background-color css
<style>
a { background-color: #A2E234; }
a { background-color: rgb(162,226,52); }
div.DivClassName
{
background-color: #A2E234;
}
.BgClassName
{
background-color: #A2E234;
}
</style>
border-color css
<style>
span { border-color: #A2E234; }
span { border-color: rgb(162,226,52); }
td.TdClassName
{
border-color: #A2E234;
}
.TagClassName
{
border-color: #A2E234;
}
</style>