Shades of Atlantis #A2D33A
Tints of Atlantis #A2D33A
RGB
CMYK
RGB Variations
Color information
#A2D33A (or 0xA2D33A) is known color: Atlantis. HEX triplet: A2, D3 and 3A. RGB value is (162,211,58). Sum of RGB (Red+Green+Blue) = 162+211+58=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D33A is #5D2CC5. Grayscale: #B3B3B3. Windows color (decimal): -6106310 or 3855266. OLE color: 3855266.
HSL color Cylindrical-coordinate representation of color #A2D33A: hue angle of 79.22º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D33A is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 58 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.17 |
| HSL | 79.22º | 0.63% | 0.53% | - |
| HSV(B) | 79.22º | 0.73% | 0.83% | - |
| XYZ | 38.96 | 54.58 | 12.48 | - |
| YUV | 178.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 58 | 0.23 | 0 | 0.73 | 0.17 | 79.22 | 0.63 | 0.53 |
| Hex | A2 | D3 | 3A | 17 | 0 | 49 | 11 | 4F | 3F | 35 |
| Octal | 242 | 323 | 72 | 27 | 0 | 111 | 21 | 117 | 77 | 65 |
| Binary | 10100010 | 11010011 | 111010 | 10111 | 0 | 1001001 | 10001 | 1001111 | 111111 | 110101 |
Color Harmonies of #A2D33A
Complementary color
Monochromatic Colors of #A2D33A
Black with #A2D33A
Text Example
Text Example
White with #A2D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D33A; }
p { color: rgb(162,211,58); }
H1.HeaderClassName
{
color: #A2D33A;
}
.AnyTagClassName
{
color: #A2D33A;
}
</style>
background-color css
<style>
a { background-color: #A2D33A; }
a { background-color: rgb(162,211,58); }
div.DivClassName
{
background-color: #A2D33A;
}
.BgClassName
{
background-color: #A2D33A;
}
</style>
border-color css
<style>
span { border-color: #A2D33A; }
span { border-color: rgb(162,211,58); }
td.TdClassName
{
border-color: #A2D33A;
}
.TagClassName
{
border-color: #A2D33A;
}
</style>