Shades of Atlantis #A2DD31
Tints of Atlantis #A2DD31
RGB
CMYK
RGB Variations
Color information
#A2DD31 (or 0xA2DD31) is known color: Atlantis. HEX triplet: A2, DD and 31. RGB value is (162,221,49). Sum of RGB (Red+Green+Blue) = 162+221+49=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD31 is #5D22CE. Grayscale: #B8B8B8. Windows color (decimal): -6103759 or 3268002. OLE color: 3268002.
HSL color Cylindrical-coordinate representation of color #A2DD31: hue angle of 80.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2DD31 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.13 |
| HSL | 80.58º | 0.72% | 0.53% | - |
| HSV(B) | 80.58º | 0.78% | 0.87% | - |
| XYZ | 41.31 | 59.62 | 12.24 | - |
| YUV | 183.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 49 | 0.27 | 0 | 0.78 | 0.13 | 80.58 | 0.72 | 0.53 |
| Hex | A2 | DD | 31 | 1B | 0 | 4E | D | 51 | 48 | 35 |
| Octal | 242 | 335 | 61 | 33 | 0 | 116 | 15 | 121 | 110 | 65 |
| Binary | 10100010 | 11011101 | 110001 | 11011 | 0 | 1001110 | 1101 | 1010001 | 1001000 | 110101 |
Color Harmonies of #A2DD31
Complementary color
Monochromatic Colors of #A2DD31
Black with #A2DD31
Text Example
Text Example
White with #A2DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD31; }
p { color: rgb(162,221,49); }
H1.HeaderClassName
{
color: #A2DD31;
}
.AnyTagClassName
{
color: #A2DD31;
}
</style>
background-color css
<style>
a { background-color: #A2DD31; }
a { background-color: rgb(162,221,49); }
div.DivClassName
{
background-color: #A2DD31;
}
.BgClassName
{
background-color: #A2DD31;
}
</style>
border-color css
<style>
span { border-color: #A2DD31; }
span { border-color: rgb(162,221,49); }
td.TdClassName
{
border-color: #A2DD31;
}
.TagClassName
{
border-color: #A2DD31;
}
</style>