Shades of Atlantis #A0DA48
Tints of Atlantis #A0DA48
RGB
CMYK
RGB Variations
Color information
#A0DA48 (or 0xA0DA48) is known color: Atlantis. HEX triplet: A0, DA and 48. RGB value is (160,218,72). Sum of RGB (Red+Green+Blue) = 160+218+72=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA48 is #5F25B7. Grayscale: #B8B8B8. Windows color (decimal): -6235576 or 4774560. OLE color: 4774560.
HSL color Cylindrical-coordinate representation of color #A0DA48: hue angle of 83.84º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0DA48 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 72 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.15 |
| HSL | 83.84º | 0.66% | 0.57% | - |
| HSV(B) | 83.84º | 0.67% | 0.85% | - |
| XYZ | 40.74 | 58.08 | 15.2 | - |
| YUV | 184.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 72 | 0.27 | 0 | 0.67 | 0.15 | 83.84 | 0.66 | 0.57 |
| Hex | A0 | DA | 48 | 1B | 0 | 43 | F | 54 | 42 | 39 |
| Octal | 240 | 332 | 110 | 33 | 0 | 103 | 17 | 124 | 102 | 71 |
| Binary | 10100000 | 11011010 | 1001000 | 11011 | 0 | 1000011 | 1111 | 1010100 | 1000010 | 111001 |
Color Harmonies of #A0DA48
Complementary color
Monochromatic Colors of #A0DA48
Black with #A0DA48
Text Example
Text Example
White with #A0DA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA48; }
p { color: rgb(160,218,72); }
H1.HeaderClassName
{
color: #A0DA48;
}
.AnyTagClassName
{
color: #A0DA48;
}
</style>
background-color css
<style>
a { background-color: #A0DA48; }
a { background-color: rgb(160,218,72); }
div.DivClassName
{
background-color: #A0DA48;
}
.BgClassName
{
background-color: #A0DA48;
}
</style>
border-color css
<style>
span { border-color: #A0DA48; }
span { border-color: rgb(160,218,72); }
td.TdClassName
{
border-color: #A0DA48;
}
.TagClassName
{
border-color: #A0DA48;
}
</style>