Shades of Atlantis #A0DB34
Tints of Atlantis #A0DB34
RGB
CMYK
RGB Variations
Color information
#A0DB34 (or 0xA0DB34) is known color: Atlantis. HEX triplet: A0, DB and 34. RGB value is (160,219,52). Sum of RGB (Red+Green+Blue) = 160+219+52=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB34 is #5F24CB. Grayscale: #B6B6B6. Windows color (decimal): -6235340 or 3464096. OLE color: 3464096.
HSL color Cylindrical-coordinate representation of color #A0DB34: hue angle of 81.2º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0DB34 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 52 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.14 |
| HSL | 81.2º | 0.7% | 0.53% | - |
| HSV(B) | 81.2º | 0.76% | 0.86% | - |
| XYZ | 40.45 | 58.38 | 12.39 | - |
| YUV | 182.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 52 | 0.27 | 0 | 0.76 | 0.14 | 81.2 | 0.7 | 0.53 |
| Hex | A0 | DB | 34 | 1B | 0 | 4C | E | 51 | 46 | 35 |
| Octal | 240 | 333 | 64 | 33 | 0 | 114 | 16 | 121 | 106 | 65 |
| Binary | 10100000 | 11011011 | 110100 | 11011 | 0 | 1001100 | 1110 | 1010001 | 1000110 | 110101 |
Color Harmonies of #A0DB34
Complementary color
Monochromatic Colors of #A0DB34
Black with #A0DB34
Text Example
Text Example
White with #A0DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB34; }
p { color: rgb(160,219,52); }
H1.HeaderClassName
{
color: #A0DB34;
}
.AnyTagClassName
{
color: #A0DB34;
}
</style>
background-color css
<style>
a { background-color: #A0DB34; }
a { background-color: rgb(160,219,52); }
div.DivClassName
{
background-color: #A0DB34;
}
.BgClassName
{
background-color: #A0DB34;
}
</style>
border-color css
<style>
span { border-color: #A0DB34; }
span { border-color: rgb(160,219,52); }
td.TdClassName
{
border-color: #A0DB34;
}
.TagClassName
{
border-color: #A0DB34;
}
</style>