Shades of Atlantis #A2DA33
Tints of Atlantis #A2DA33
RGB
CMYK
RGB Variations
Color information
#A2DA33 (or 0xA2DA33) is known color: Atlantis. HEX triplet: A2, DA and 33. RGB value is (162,218,51). Sum of RGB (Red+Green+Blue) = 162+218+51=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DA33 is #5D25CC. Grayscale: #B6B6B6. Windows color (decimal): -6104525 or 3398306. OLE color: 3398306.
HSL color Cylindrical-coordinate representation of color #A2DA33: hue angle of 80.12º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2DA33 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 51 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.15 |
| HSL | 80.12º | 0.69% | 0.53% | - |
| HSV(B) | 80.12º | 0.77% | 0.85% | - |
| XYZ | 40.57 | 58.06 | 12.2 | - |
| YUV | 182.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 51 | 0.26 | 0 | 0.77 | 0.15 | 80.12 | 0.69 | 0.53 |
| Hex | A2 | DA | 33 | 1A | 0 | 4D | F | 50 | 45 | 35 |
| Octal | 242 | 332 | 63 | 32 | 0 | 115 | 17 | 120 | 105 | 65 |
| Binary | 10100010 | 11011010 | 110011 | 11010 | 0 | 1001101 | 1111 | 1010000 | 1000101 | 110101 |
Color Harmonies of #A2DA33
Complementary color
Monochromatic Colors of #A2DA33
Black with #A2DA33
Text Example
Text Example
White with #A2DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA33; }
p { color: rgb(162,218,51); }
H1.HeaderClassName
{
color: #A2DA33;
}
.AnyTagClassName
{
color: #A2DA33;
}
</style>
background-color css
<style>
a { background-color: #A2DA33; }
a { background-color: rgb(162,218,51); }
div.DivClassName
{
background-color: #A2DA33;
}
.BgClassName
{
background-color: #A2DA33;
}
</style>
border-color css
<style>
span { border-color: #A2DA33; }
span { border-color: rgb(162,218,51); }
td.TdClassName
{
border-color: #A2DA33;
}
.TagClassName
{
border-color: #A2DA33;
}
</style>