Shades of Atlantis #A0DB45
Tints of Atlantis #A0DB45
RGB
CMYK
RGB Variations
Color information
#A0DB45 (or 0xA0DB45) is known color: Atlantis. HEX triplet: A0, DB and 45. RGB value is (160,219,69). Sum of RGB (Red+Green+Blue) = 160+219+69=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB45 is #5F24BA. Grayscale: #B8B8B8. Windows color (decimal): -6235323 or 4578208. OLE color: 4578208.
HSL color Cylindrical-coordinate representation of color #A0DB45: hue angle of 83.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0DB45 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 69 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.14 |
| HSL | 83.6º | 0.68% | 0.56% | - |
| HSV(B) | 83.6º | 0.68% | 0.86% | - |
| XYZ | 40.9 | 58.57 | 14.78 | - |
| YUV | 184.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 69 | 0.27 | 0 | 0.68 | 0.14 | 83.6 | 0.68 | 0.56 |
| Hex | A0 | DB | 45 | 1B | 0 | 44 | E | 54 | 44 | 38 |
| Octal | 240 | 333 | 105 | 33 | 0 | 104 | 16 | 124 | 104 | 70 |
| Binary | 10100000 | 11011011 | 1000101 | 11011 | 0 | 1000100 | 1110 | 1010100 | 1000100 | 111000 |
Color Harmonies of #A0DB45
Complementary color
Monochromatic Colors of #A0DB45
Black with #A0DB45
Text Example
Text Example
White with #A0DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB45; }
p { color: rgb(160,219,69); }
H1.HeaderClassName
{
color: #A0DB45;
}
.AnyTagClassName
{
color: #A0DB45;
}
</style>
background-color css
<style>
a { background-color: #A0DB45; }
a { background-color: rgb(160,219,69); }
div.DivClassName
{
background-color: #A0DB45;
}
.BgClassName
{
background-color: #A0DB45;
}
</style>
border-color css
<style>
span { border-color: #A0DB45; }
span { border-color: rgb(160,219,69); }
td.TdClassName
{
border-color: #A0DB45;
}
.TagClassName
{
border-color: #A0DB45;
}
</style>