Shades of Atlantis #A2DD44
Tints of Atlantis #A2DD44
RGB
CMYK
RGB Variations
Color information
#A2DD44 (or 0xA2DD44) is known color: Atlantis. HEX triplet: A2, DD and 44. RGB value is (162,221,68). Sum of RGB (Red+Green+Blue) = 162+221+68=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD44 is #5D22BB. Grayscale: #BABABA. Windows color (decimal): -6103740 or 4513186. OLE color: 4513186.
HSL color Cylindrical-coordinate representation of color #A2DD44: hue angle of 83.14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2DD44 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 68 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.13 |
| HSL | 83.14º | 0.69% | 0.57% | - |
| HSV(B) | 83.14º | 0.69% | 0.87% | - |
| XYZ | 41.8 | 59.81 | 14.81 | - |
| YUV | 185.92 | 61.45 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 68 | 0.27 | 0 | 0.69 | 0.13 | 83.14 | 0.69 | 0.57 |
| Hex | A2 | DD | 44 | 1B | 0 | 45 | D | 53 | 45 | 39 |
| Octal | 242 | 335 | 104 | 33 | 0 | 105 | 15 | 123 | 105 | 71 |
| Binary | 10100010 | 11011101 | 1000100 | 11011 | 0 | 1000101 | 1101 | 1010011 | 1000101 | 111001 |
Color Harmonies of #A2DD44
Complementary color
Monochromatic Colors of #A2DD44
Black with #A2DD44
Text Example
Text Example
White with #A2DD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD44; }
p { color: rgb(162,221,68); }
H1.HeaderClassName
{
color: #A2DD44;
}
.AnyTagClassName
{
color: #A2DD44;
}
</style>
background-color css
<style>
a { background-color: #A2DD44; }
a { background-color: rgb(162,221,68); }
div.DivClassName
{
background-color: #A2DD44;
}
.BgClassName
{
background-color: #A2DD44;
}
</style>
border-color css
<style>
span { border-color: #A2DD44; }
span { border-color: rgb(162,221,68); }
td.TdClassName
{
border-color: #A2DD44;
}
.TagClassName
{
border-color: #A2DD44;
}
</style>