Shades of Atlantis #A2DD33
Tints of Atlantis #A2DD33
RGB
CMYK
RGB Variations
Color information
#A2DD33 (or 0xA2DD33) is known color: Atlantis. HEX triplet: A2, DD and 33. RGB value is (162,221,51). Sum of RGB (Red+Green+Blue) = 162+221+51=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD33 is #5D22CC. Grayscale: #B8B8B8. Windows color (decimal): -6103757 or 3399074. OLE color: 3399074.
HSL color Cylindrical-coordinate representation of color #A2DD33: hue angle of 80.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2DD33 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 51 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.13 |
| HSL | 80.82º | 0.71% | 0.53% | - |
| HSV(B) | 80.82º | 0.77% | 0.87% | - |
| XYZ | 41.35 | 59.63 | 12.46 | - |
| YUV | 183.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 51 | 0.27 | 0 | 0.77 | 0.13 | 80.82 | 0.71 | 0.53 |
| Hex | A2 | DD | 33 | 1B | 0 | 4D | D | 51 | 47 | 35 |
| Octal | 242 | 335 | 63 | 33 | 0 | 115 | 15 | 121 | 107 | 65 |
| Binary | 10100010 | 11011101 | 110011 | 11011 | 0 | 1001101 | 1101 | 1010001 | 1000111 | 110101 |
Color Harmonies of #A2DD33
Complementary color
Monochromatic Colors of #A2DD33
Black with #A2DD33
Text Example
Text Example
White with #A2DD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD33; }
p { color: rgb(162,221,51); }
H1.HeaderClassName
{
color: #A2DD33;
}
.AnyTagClassName
{
color: #A2DD33;
}
</style>
background-color css
<style>
a { background-color: #A2DD33; }
a { background-color: rgb(162,221,51); }
div.DivClassName
{
background-color: #A2DD33;
}
.BgClassName
{
background-color: #A2DD33;
}
</style>
border-color css
<style>
span { border-color: #A2DD33; }
span { border-color: rgb(162,221,51); }
td.TdClassName
{
border-color: #A2DD33;
}
.TagClassName
{
border-color: #A2DD33;
}
</style>