Shades of Atlantis #A2E540
Tints of Atlantis #A2E540
RGB
CMYK
RGB Variations
Color information
#A2E540 (or 0xA2E540) is known color: Atlantis. HEX triplet: A2, E5 and 40. RGB value is (162,229,64). Sum of RGB (Red+Green+Blue) = 162+229+64=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E540 is #5D1ABF. Grayscale: #BEBEBE. Windows color (decimal): -6101696 or 4253090. OLE color: 4253090.
HSL color Cylindrical-coordinate representation of color #A2E540: hue angle of 84.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2E540 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 64 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.10 |
| HSL | 84.36º | 0.76% | 0.57% | - |
| HSV(B) | 84.36º | 0.72% | 0.9% | - |
| XYZ | 43.85 | 64.09 | 14.91 | - |
| YUV | 190.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 64 | 0.29 | 0 | 0.72 | 0.10 | 84.36 | 0.76 | 0.57 |
| Hex | A2 | E5 | 40 | 1D | 0 | 48 | A | 54 | 4C | 39 |
| Octal | 242 | 345 | 100 | 35 | 0 | 110 | 12 | 124 | 114 | 71 |
| Binary | 10100010 | 11100101 | 1000000 | 11101 | 0 | 1001000 | 1010 | 1010100 | 1001100 | 111001 |
Color Harmonies of #A2E540
Complementary color
Monochromatic Colors of #A2E540
Black with #A2E540
Text Example
Text Example
White with #A2E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E540; }
p { color: rgb(162,229,64); }
H1.HeaderClassName
{
color: #A2E540;
}
.AnyTagClassName
{
color: #A2E540;
}
</style>
background-color css
<style>
a { background-color: #A2E540; }
a { background-color: rgb(162,229,64); }
div.DivClassName
{
background-color: #A2E540;
}
.BgClassName
{
background-color: #A2E540;
}
</style>
border-color css
<style>
span { border-color: #A2E540; }
span { border-color: rgb(162,229,64); }
td.TdClassName
{
border-color: #A2E540;
}
.TagClassName
{
border-color: #A2E540;
}
</style>