Shades of Atlantis #A0DB41
Tints of Atlantis #A0DB41
RGB
CMYK
RGB Variations
Color information
#A0DB41 (or 0xA0DB41) is known color: Atlantis. HEX triplet: A0, DB and 41. RGB value is (160,219,65). Sum of RGB (Red+Green+Blue) = 160+219+65=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB41 is #5F24BE. Grayscale: #B8B8B8. Windows color (decimal): -6235327 or 4316064. OLE color: 4316064.
HSL color Cylindrical-coordinate representation of color #A0DB41: hue angle of 82.99º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0DB41 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 65 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.14 |
| HSL | 82.99º | 0.68% | 0.56% | - |
| HSV(B) | 82.99º | 0.7% | 0.86% | - |
| XYZ | 40.78 | 58.52 | 14.15 | - |
| YUV | 183.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 65 | 0.27 | 0 | 0.70 | 0.14 | 82.99 | 0.68 | 0.56 |
| Hex | A0 | DB | 41 | 1B | 0 | 46 | E | 53 | 44 | 38 |
| Octal | 240 | 333 | 101 | 33 | 0 | 106 | 16 | 123 | 104 | 70 |
| Binary | 10100000 | 11011011 | 1000001 | 11011 | 0 | 1000110 | 1110 | 1010011 | 1000100 | 111000 |
Color Harmonies of #A0DB41
Complementary color
Monochromatic Colors of #A0DB41
Black with #A0DB41
Text Example
Text Example
White with #A0DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB41; }
p { color: rgb(160,219,65); }
H1.HeaderClassName
{
color: #A0DB41;
}
.AnyTagClassName
{
color: #A0DB41;
}
</style>
background-color css
<style>
a { background-color: #A0DB41; }
a { background-color: rgb(160,219,65); }
div.DivClassName
{
background-color: #A0DB41;
}
.BgClassName
{
background-color: #A0DB41;
}
</style>
border-color css
<style>
span { border-color: #A0DB41; }
span { border-color: rgb(160,219,65); }
td.TdClassName
{
border-color: #A0DB41;
}
.TagClassName
{
border-color: #A0DB41;
}
</style>