Shades of Atlantis #A0DD34
Tints of Atlantis #A0DD34
RGB
CMYK
RGB Variations
Color information
#A0DD34 (or 0xA0DD34) is known color: Atlantis. HEX triplet: A0, DD and 34. RGB value is (160,221,52). Sum of RGB (Red+Green+Blue) = 160+221+52=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD34 is #5F22CB. Grayscale: #B8B8B8. Windows color (decimal): -6234828 or 3464608. OLE color: 3464608.
HSL color Cylindrical-coordinate representation of color #A0DD34: hue angle of 81.66º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0DD34 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 52 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.13 |
| HSL | 81.66º | 0.71% | 0.54% | - |
| HSV(B) | 81.66º | 0.76% | 0.87% | - |
| XYZ | 40.97 | 59.43 | 12.56 | - |
| YUV | 183.5 | 53.79 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 52 | 0.28 | 0 | 0.76 | 0.13 | 81.66 | 0.71 | 0.54 |
| Hex | A0 | DD | 34 | 1C | 0 | 4C | D | 52 | 47 | 36 |
| Octal | 240 | 335 | 64 | 34 | 0 | 114 | 15 | 122 | 107 | 66 |
| Binary | 10100000 | 11011101 | 110100 | 11100 | 0 | 1001100 | 1101 | 1010010 | 1000111 | 110110 |
Color Harmonies of #A0DD34
Complementary color
Monochromatic Colors of #A0DD34
Black with #A0DD34
Text Example
Text Example
White with #A0DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD34; }
p { color: rgb(160,221,52); }
H1.HeaderClassName
{
color: #A0DD34;
}
.AnyTagClassName
{
color: #A0DD34;
}
</style>
background-color css
<style>
a { background-color: #A0DD34; }
a { background-color: rgb(160,221,52); }
div.DivClassName
{
background-color: #A0DD34;
}
.BgClassName
{
background-color: #A0DD34;
}
</style>
border-color css
<style>
span { border-color: #A0DD34; }
span { border-color: rgb(160,221,52); }
td.TdClassName
{
border-color: #A0DD34;
}
.TagClassName
{
border-color: #A0DD34;
}
</style>