Shades of Atlantis #A0DA3A
Tints of Atlantis #A0DA3A
RGB
CMYK
RGB Variations
Color information
#A0DA3A (or 0xA0DA3A) is known color: Atlantis. HEX triplet: A0, DA and 3A. RGB value is (160,218,58). Sum of RGB (Red+Green+Blue) = 160+218+58=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA3A is #5F25C5. Grayscale: #B7B7B7. Windows color (decimal): -6235590 or 3857056. OLE color: 3857056.
HSL color Cylindrical-coordinate representation of color #A0DA3A: hue angle of 81.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0DA3A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 58 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.15 |
| HSL | 81.75º | 0.68% | 0.54% | - |
| HSV(B) | 81.75º | 0.73% | 0.85% | - |
| XYZ | 40.33 | 57.92 | 13.06 | - |
| YUV | 182.42 | 57.78 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 58 | 0.27 | 0 | 0.73 | 0.15 | 81.75 | 0.68 | 0.54 |
| Hex | A0 | DA | 3A | 1B | 0 | 49 | F | 52 | 44 | 36 |
| Octal | 240 | 332 | 72 | 33 | 0 | 111 | 17 | 122 | 104 | 66 |
| Binary | 10100000 | 11011010 | 111010 | 11011 | 0 | 1001001 | 1111 | 1010010 | 1000100 | 110110 |
Color Harmonies of #A0DA3A
Complementary color
Monochromatic Colors of #A0DA3A
Black with #A0DA3A
Text Example
Text Example
White with #A0DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA3A; }
p { color: rgb(160,218,58); }
H1.HeaderClassName
{
color: #A0DA3A;
}
.AnyTagClassName
{
color: #A0DA3A;
}
</style>
background-color css
<style>
a { background-color: #A0DA3A; }
a { background-color: rgb(160,218,58); }
div.DivClassName
{
background-color: #A0DA3A;
}
.BgClassName
{
background-color: #A0DA3A;
}
</style>
border-color css
<style>
span { border-color: #A0DA3A; }
span { border-color: rgb(160,218,58); }
td.TdClassName
{
border-color: #A0DA3A;
}
.TagClassName
{
border-color: #A0DA3A;
}
</style>