Shades of Atlantis #A0DA34
Tints of Atlantis #A0DA34
RGB
CMYK
RGB Variations
Color information
#A0DA34 (or 0xA0DA34) is known color: Atlantis. HEX triplet: A0, DA and 34. RGB value is (160,218,52). Sum of RGB (Red+Green+Blue) = 160+218+52=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA34 is #5F25CB. Grayscale: #B6B6B6. Windows color (decimal): -6235596 or 3463840. OLE color: 3463840.
HSL color Cylindrical-coordinate representation of color #A0DA34: hue angle of 80.96º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0DA34 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 52 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.15 |
| HSL | 80.96º | 0.69% | 0.53% | - |
| HSV(B) | 80.96º | 0.76% | 0.85% | - |
| XYZ | 40.19 | 57.86 | 12.3 | - |
| YUV | 181.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 52 | 0.27 | 0 | 0.76 | 0.15 | 80.96 | 0.69 | 0.53 |
| Hex | A0 | DA | 34 | 1B | 0 | 4C | F | 51 | 45 | 35 |
| Octal | 240 | 332 | 64 | 33 | 0 | 114 | 17 | 121 | 105 | 65 |
| Binary | 10100000 | 11011010 | 110100 | 11011 | 0 | 1001100 | 1111 | 1010001 | 1000101 | 110101 |
Color Harmonies of #A0DA34
Complementary color
Monochromatic Colors of #A0DA34
Black with #A0DA34
Text Example
Text Example
White with #A0DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA34; }
p { color: rgb(160,218,52); }
H1.HeaderClassName
{
color: #A0DA34;
}
.AnyTagClassName
{
color: #A0DA34;
}
</style>
background-color css
<style>
a { background-color: #A0DA34; }
a { background-color: rgb(160,218,52); }
div.DivClassName
{
background-color: #A0DA34;
}
.BgClassName
{
background-color: #A0DA34;
}
</style>
border-color css
<style>
span { border-color: #A0DA34; }
span { border-color: rgb(160,218,52); }
td.TdClassName
{
border-color: #A0DA34;
}
.TagClassName
{
border-color: #A0DA34;
}
</style>