Shades of Atlantis #A0DA37
Tints of Atlantis #A0DA37
RGB
CMYK
RGB Variations
Color information
#A0DA37 (or 0xA0DA37) is known color: Atlantis. HEX triplet: A0, DA and 37. RGB value is (160,218,55). Sum of RGB (Red+Green+Blue) = 160+218+55=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA37 is #5F25C8. Grayscale: #B6B6B6. Windows color (decimal): -6235593 or 3660448. OLE color: 3660448.
HSL color Cylindrical-coordinate representation of color #A0DA37: hue angle of 81.35º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0DA37 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 55 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.15 |
| HSL | 81.35º | 0.69% | 0.54% | - |
| HSV(B) | 81.35º | 0.75% | 0.85% | - |
| XYZ | 40.26 | 57.89 | 12.67 | - |
| YUV | 182.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 55 | 0.27 | 0 | 0.75 | 0.15 | 81.35 | 0.69 | 0.54 |
| Hex | A0 | DA | 37 | 1B | 0 | 4B | F | 51 | 45 | 36 |
| Octal | 240 | 332 | 67 | 33 | 0 | 113 | 17 | 121 | 105 | 66 |
| Binary | 10100000 | 11011010 | 110111 | 11011 | 0 | 1001011 | 1111 | 1010001 | 1000101 | 110110 |
Color Harmonies of #A0DA37
Complementary color
Monochromatic Colors of #A0DA37
Black with #A0DA37
Text Example
Text Example
White with #A0DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA37; }
p { color: rgb(160,218,55); }
H1.HeaderClassName
{
color: #A0DA37;
}
.AnyTagClassName
{
color: #A0DA37;
}
</style>
background-color css
<style>
a { background-color: #A0DA37; }
a { background-color: rgb(160,218,55); }
div.DivClassName
{
background-color: #A0DA37;
}
.BgClassName
{
background-color: #A0DA37;
}
</style>
border-color css
<style>
span { border-color: #A0DA37; }
span { border-color: rgb(160,218,55); }
td.TdClassName
{
border-color: #A0DA37;
}
.TagClassName
{
border-color: #A0DA37;
}
</style>