Shades of Atlantis #A2E835
Tints of Atlantis #A2E835
RGB
CMYK
RGB Variations
Color information
#A2E835 (or 0xA2E835) is known color: Atlantis. HEX triplet: A2, E8 and 35. RGB value is (162,232,53). Sum of RGB (Red+Green+Blue) = 162+232+53=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E835 is #5D17CA. Grayscale: #BFBFBF. Windows color (decimal): -6100939 or 3532962. OLE color: 3532962.
HSL color Cylindrical-coordinate representation of color #A2E835: hue angle of 83.46º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2E835 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 53 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.09 |
| HSL | 83.46º | 0.8% | 0.56% | - |
| HSV(B) | 83.46º | 0.77% | 0.91% | - |
| XYZ | 44.4 | 65.65 | 13.7 | - |
| YUV | 190.66 | 50.31 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 53 | 0.30 | 0 | 0.77 | 0.09 | 83.46 | 0.8 | 0.56 |
| Hex | A2 | E8 | 35 | 1E | 0 | 4D | 9 | 53 | 50 | 38 |
| Octal | 242 | 350 | 65 | 36 | 0 | 115 | 11 | 123 | 120 | 70 |
| Binary | 10100010 | 11101000 | 110101 | 11110 | 0 | 1001101 | 1001 | 1010011 | 1010000 | 111000 |
Color Harmonies of #A2E835
Complementary color
Monochromatic Colors of #A2E835
Black with #A2E835
Text Example
Text Example
White with #A2E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E835; }
p { color: rgb(162,232,53); }
H1.HeaderClassName
{
color: #A2E835;
}
.AnyTagClassName
{
color: #A2E835;
}
</style>
background-color css
<style>
a { background-color: #A2E835; }
a { background-color: rgb(162,232,53); }
div.DivClassName
{
background-color: #A2E835;
}
.BgClassName
{
background-color: #A2E835;
}
</style>
border-color css
<style>
span { border-color: #A2E835; }
span { border-color: rgb(162,232,53); }
td.TdClassName
{
border-color: #A2E835;
}
.TagClassName
{
border-color: #A2E835;
}
</style>