Shades of Atlantis #A0D939
Tints of Atlantis #A0D939
RGB
CMYK
RGB Variations
Color information
#A0D939 (or 0xA0D939) is known color: Atlantis. HEX triplet: A0, D9 and 39. RGB value is (160,217,57). Sum of RGB (Red+Green+Blue) = 160+217+57=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D939 is #5F26C6. Grayscale: #B6B6B6. Windows color (decimal): -6235847 or 3791264. OLE color: 3791264.
HSL color Cylindrical-coordinate representation of color #A0D939: hue angle of 81.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0D939 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 57 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.15 |
| HSL | 81.38º | 0.68% | 0.54% | - |
| HSV(B) | 81.38º | 0.74% | 0.85% | - |
| XYZ | 40.05 | 57.39 | 12.84 | - |
| YUV | 181.72 | 57.62 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 57 | 0.26 | 0 | 0.74 | 0.15 | 81.38 | 0.68 | 0.54 |
| Hex | A0 | D9 | 39 | 1A | 0 | 4A | F | 51 | 44 | 36 |
| Octal | 240 | 331 | 71 | 32 | 0 | 112 | 17 | 121 | 104 | 66 |
| Binary | 10100000 | 11011001 | 111001 | 11010 | 0 | 1001010 | 1111 | 1010001 | 1000100 | 110110 |
Color Harmonies of #A0D939
Complementary color
Monochromatic Colors of #A0D939
Black with #A0D939
Text Example
Text Example
White with #A0D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D939; }
p { color: rgb(160,217,57); }
H1.HeaderClassName
{
color: #A0D939;
}
.AnyTagClassName
{
color: #A0D939;
}
</style>
background-color css
<style>
a { background-color: #A0D939; }
a { background-color: rgb(160,217,57); }
div.DivClassName
{
background-color: #A0D939;
}
.BgClassName
{
background-color: #A0D939;
}
</style>
border-color css
<style>
span { border-color: #A0D939; }
span { border-color: rgb(160,217,57); }
td.TdClassName
{
border-color: #A0D939;
}
.TagClassName
{
border-color: #A0D939;
}
</style>