Shades of Atlantis #A0DC31
Tints of Atlantis #A0DC31
RGB
CMYK
RGB Variations
Color information
#A0DC31 (or 0xA0DC31) is known color: Atlantis. HEX triplet: A0, DC and 31. RGB value is (160,220,49). Sum of RGB (Red+Green+Blue) = 160+220+49=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DC31 is #5F23CE. Grayscale: #B7B7B7. Windows color (decimal): -6235087 or 3267744. OLE color: 3267744.
HSL color Cylindrical-coordinate representation of color #A0DC31: hue angle of 81.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0DC31 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.14 |
| HSL | 81.05º | 0.71% | 0.53% | - |
| HSV(B) | 81.05º | 0.78% | 0.86% | - |
| XYZ | 40.64 | 58.88 | 12.13 | - |
| YUV | 182.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 49 | 0.27 | 0 | 0.78 | 0.14 | 81.05 | 0.71 | 0.53 |
| Hex | A0 | DC | 31 | 1B | 0 | 4E | E | 51 | 47 | 35 |
| Octal | 240 | 334 | 61 | 33 | 0 | 116 | 16 | 121 | 107 | 65 |
| Binary | 10100000 | 11011100 | 110001 | 11011 | 0 | 1001110 | 1110 | 1010001 | 1000111 | 110101 |
Color Harmonies of #A0DC31
Complementary color
Monochromatic Colors of #A0DC31
Black with #A0DC31
Text Example
Text Example
White with #A0DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC31; }
p { color: rgb(160,220,49); }
H1.HeaderClassName
{
color: #A0DC31;
}
.AnyTagClassName
{
color: #A0DC31;
}
</style>
background-color css
<style>
a { background-color: #A0DC31; }
a { background-color: rgb(160,220,49); }
div.DivClassName
{
background-color: #A0DC31;
}
.BgClassName
{
background-color: #A0DC31;
}
</style>
border-color css
<style>
span { border-color: #A0DC31; }
span { border-color: rgb(160,220,49); }
td.TdClassName
{
border-color: #A0DC31;
}
.TagClassName
{
border-color: #A0DC31;
}
</style>