Shades of Atlantis #A0DA38
Tints of Atlantis #A0DA38
RGB
CMYK
RGB Variations
Color information
#A0DA38 (or 0xA0DA38) is known color: Atlantis. HEX triplet: A0, DA and 38. RGB value is (160,218,56). Sum of RGB (Red+Green+Blue) = 160+218+56=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA38 is #5F25C7. Grayscale: #B6B6B6. Windows color (decimal): -6235592 or 3725984. OLE color: 3725984.
HSL color Cylindrical-coordinate representation of color #A0DA38: hue angle of 81.48º degrees, saturation: 0.69, 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 #A0DA38 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 56 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.15 |
| HSL | 81.48º | 0.69% | 0.54% | - |
| HSV(B) | 81.48º | 0.74% | 0.85% | - |
| XYZ | 40.28 | 57.9 | 12.79 | - |
| YUV | 182.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 56 | 0.27 | 0 | 0.74 | 0.15 | 81.48 | 0.69 | 0.54 |
| Hex | A0 | DA | 38 | 1B | 0 | 4A | F | 51 | 45 | 36 |
| Octal | 240 | 332 | 70 | 33 | 0 | 112 | 17 | 121 | 105 | 66 |
| Binary | 10100000 | 11011010 | 111000 | 11011 | 0 | 1001010 | 1111 | 1010001 | 1000101 | 110110 |
Color Harmonies of #A0DA38
Complementary color
Monochromatic Colors of #A0DA38
Black with #A0DA38
Text Example
Text Example
White with #A0DA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA38; }
p { color: rgb(160,218,56); }
H1.HeaderClassName
{
color: #A0DA38;
}
.AnyTagClassName
{
color: #A0DA38;
}
</style>
background-color css
<style>
a { background-color: #A0DA38; }
a { background-color: rgb(160,218,56); }
div.DivClassName
{
background-color: #A0DA38;
}
.BgClassName
{
background-color: #A0DA38;
}
</style>
border-color css
<style>
span { border-color: #A0DA38; }
span { border-color: rgb(160,218,56); }
td.TdClassName
{
border-color: #A0DA38;
}
.TagClassName
{
border-color: #A0DA38;
}
</style>