Shades of Atlantis #A2E237
Tints of Atlantis #A2E237
RGB
CMYK
RGB Variations
Color information
#A2E237 (or 0xA2E237) is known color: Atlantis. HEX triplet: A2, E2 and 37. RGB value is (162,226,55). Sum of RGB (Red+Green+Blue) = 162+226+55=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E237 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E237 is #5D1DC8. Grayscale: #BBBBBB. Windows color (decimal): -6102473 or 3662498. OLE color: 3662498.
HSL color Cylindrical-coordinate representation of color #A2E237: hue angle of 82.46º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2E237 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 55 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.11 |
| HSL | 82.46º | 0.75% | 0.55% | - |
| HSV(B) | 82.46º | 0.76% | 0.89% | - |
| XYZ | 42.79 | 62.35 | 13.39 | - |
| YUV | 187.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 55 | 0.28 | 0 | 0.76 | 0.11 | 82.46 | 0.75 | 0.55 |
| Hex | A2 | E2 | 37 | 1C | 0 | 4C | B | 52 | 4B | 37 |
| Octal | 242 | 342 | 67 | 34 | 0 | 114 | 13 | 122 | 113 | 67 |
| Binary | 10100010 | 11100010 | 110111 | 11100 | 0 | 1001100 | 1011 | 1010010 | 1001011 | 110111 |
Color Harmonies of #A2E237
Complementary color
Monochromatic Colors of #A2E237
Black with #A2E237
Text Example
Text Example
White with #A2E237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E237; }
p { color: rgb(162,226,55); }
H1.HeaderClassName
{
color: #A2E237;
}
.AnyTagClassName
{
color: #A2E237;
}
</style>
background-color css
<style>
a { background-color: #A2E237; }
a { background-color: rgb(162,226,55); }
div.DivClassName
{
background-color: #A2E237;
}
.BgClassName
{
background-color: #A2E237;
}
</style>
border-color css
<style>
span { border-color: #A2E237; }
span { border-color: rgb(162,226,55); }
td.TdClassName
{
border-color: #A2E237;
}
.TagClassName
{
border-color: #A2E237;
}
</style>