Shades of Atlantis #A2D935
Tints of Atlantis #A2D935
RGB
CMYK
RGB Variations
Color information
#A2D935 (or 0xA2D935) is known color: Atlantis. HEX triplet: A2, D9 and 35. RGB value is (162,217,53). Sum of RGB (Red+Green+Blue) = 162+217+53=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D935 is #5D26CA. Grayscale: #B6B6B6. Windows color (decimal): -6104779 or 3529122. OLE color: 3529122.
HSL color Cylindrical-coordinate representation of color #A2D935: hue angle of 80.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2D935 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 53 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.15 |
| HSL | 80.12º | 0.68% | 0.53% | - |
| HSV(B) | 80.12º | 0.76% | 0.85% | - |
| XYZ | 40.36 | 57.56 | 12.35 | - |
| YUV | 181.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 53 | 0.25 | 0 | 0.76 | 0.15 | 80.12 | 0.68 | 0.53 |
| Hex | A2 | D9 | 35 | 19 | 0 | 4C | F | 50 | 44 | 35 |
| Octal | 242 | 331 | 65 | 31 | 0 | 114 | 17 | 120 | 104 | 65 |
| Binary | 10100010 | 11011001 | 110101 | 11001 | 0 | 1001100 | 1111 | 1010000 | 1000100 | 110101 |
Color Harmonies of #A2D935
Complementary color
Monochromatic Colors of #A2D935
Black with #A2D935
Text Example
Text Example
White with #A2D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D935; }
p { color: rgb(162,217,53); }
H1.HeaderClassName
{
color: #A2D935;
}
.AnyTagClassName
{
color: #A2D935;
}
</style>
background-color css
<style>
a { background-color: #A2D935; }
a { background-color: rgb(162,217,53); }
div.DivClassName
{
background-color: #A2D935;
}
.BgClassName
{
background-color: #A2D935;
}
</style>
border-color css
<style>
span { border-color: #A2D935; }
span { border-color: rgb(162,217,53); }
td.TdClassName
{
border-color: #A2D935;
}
.TagClassName
{
border-color: #A2D935;
}
</style>