Shades of Atlantis #A0DC38
Tints of Atlantis #A0DC38
RGB
CMYK
RGB Variations
Color information
#A0DC38 (or 0xA0DC38) is known color: Atlantis. HEX triplet: A0, DC and 38. RGB value is (160,220,56). Sum of RGB (Red+Green+Blue) = 160+220+56=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DC38 is #5F23C7. Grayscale: #B7B7B7. Windows color (decimal): -6235080 or 3726496. OLE color: 3726496.
HSL color Cylindrical-coordinate representation of color #A0DC38: hue angle of 81.95º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0DC38 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 56 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.14 |
| HSL | 81.95º | 0.7% | 0.54% | - |
| HSV(B) | 81.95º | 0.75% | 0.86% | - |
| XYZ | 40.8 | 58.95 | 12.97 | - |
| YUV | 183.36 | 56.12 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 56 | 0.27 | 0 | 0.75 | 0.14 | 81.95 | 0.7 | 0.54 |
| Hex | A0 | DC | 38 | 1B | 0 | 4B | E | 52 | 46 | 36 |
| Octal | 240 | 334 | 70 | 33 | 0 | 113 | 16 | 122 | 106 | 66 |
| Binary | 10100000 | 11011100 | 111000 | 11011 | 0 | 1001011 | 1110 | 1010010 | 1000110 | 110110 |
Color Harmonies of #A0DC38
Complementary color
Monochromatic Colors of #A0DC38
Black with #A0DC38
Text Example
Text Example
White with #A0DC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC38; }
p { color: rgb(160,220,56); }
H1.HeaderClassName
{
color: #A0DC38;
}
.AnyTagClassName
{
color: #A0DC38;
}
</style>
background-color css
<style>
a { background-color: #A0DC38; }
a { background-color: rgb(160,220,56); }
div.DivClassName
{
background-color: #A0DC38;
}
.BgClassName
{
background-color: #A0DC38;
}
</style>
border-color css
<style>
span { border-color: #A0DC38; }
span { border-color: rgb(160,220,56); }
td.TdClassName
{
border-color: #A0DC38;
}
.TagClassName
{
border-color: #A0DC38;
}
</style>