Shades of Atlantis #A2E235
Tints of Atlantis #A2E235
RGB
CMYK
RGB Variations
Color information
#A2E235 (or 0xA2E235) is known color: Atlantis. HEX triplet: A2, E2 and 35. RGB value is (162,226,53). Sum of RGB (Red+Green+Blue) = 162+226+53=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E235 is #5D1DCA. Grayscale: #BBBBBB. Windows color (decimal): -6102475 or 3531426. OLE color: 3531426.
HSL color Cylindrical-coordinate representation of color #A2E235: hue angle of 82.2º 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 #A2E235 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 53 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.11 |
| HSL | 82.2º | 0.75% | 0.55% | - |
| HSV(B) | 82.2º | 0.77% | 0.89% | - |
| XYZ | 42.74 | 62.33 | 13.15 | - |
| YUV | 187.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 53 | 0.28 | 0 | 0.77 | 0.11 | 82.2 | 0.75 | 0.55 |
| Hex | A2 | E2 | 35 | 1C | 0 | 4D | B | 52 | 4B | 37 |
| Octal | 242 | 342 | 65 | 34 | 0 | 115 | 13 | 122 | 113 | 67 |
| Binary | 10100010 | 11100010 | 110101 | 11100 | 0 | 1001101 | 1011 | 1010010 | 1001011 | 110111 |
Color Harmonies of #A2E235
Complementary color
Monochromatic Colors of #A2E235
Black with #A2E235
Text Example
Text Example
White with #A2E235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E235; }
p { color: rgb(162,226,53); }
H1.HeaderClassName
{
color: #A2E235;
}
.AnyTagClassName
{
color: #A2E235;
}
</style>
background-color css
<style>
a { background-color: #A2E235; }
a { background-color: rgb(162,226,53); }
div.DivClassName
{
background-color: #A2E235;
}
.BgClassName
{
background-color: #A2E235;
}
</style>
border-color css
<style>
span { border-color: #A2E235; }
span { border-color: rgb(162,226,53); }
td.TdClassName
{
border-color: #A2E235;
}
.TagClassName
{
border-color: #A2E235;
}
</style>