Shades of Atlantis #A0BA40
Tints of Atlantis #A0BA40
RGB
CMYK
RGB Variations
Color information
#A0BA40 (or 0xA0BA40) is known color: Atlantis. HEX triplet: A0, BA and 40. RGB value is (160,186,64). Sum of RGB (Red+Green+Blue) = 160+186+64=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA40 is #5F45BF. Grayscale: #A4A4A4. Windows color (decimal): -6243776 or 4242080. OLE color: 4242080.
HSL color Cylindrical-coordinate representation of color #A0BA40: hue angle of 72.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0BA40 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 64 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.27 |
| HSL | 72.79º | 0.49% | 0.49% | - |
| HSV(B) | 72.79º | 0.66% | 0.73% | - |
| XYZ | 32.98 | 42.96 | 11.4 | - |
| YUV | 164.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 64 | 0.14 | 0 | 0.66 | 0.27 | 72.79 | 0.49 | 0.49 |
| Hex | A0 | BA | 40 | E | 0 | 42 | 1B | 49 | 31 | 31 |
| Octal | 240 | 272 | 100 | 16 | 0 | 102 | 33 | 111 | 61 | 61 |
| Binary | 10100000 | 10111010 | 1000000 | 1110 | 0 | 1000010 | 11011 | 1001001 | 110001 | 110001 |
Color Harmonies of #A0BA40
Complementary color
Monochromatic Colors of #A0BA40
Black with #A0BA40
Text Example
Text Example
White with #A0BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA40; }
p { color: rgb(160,186,64); }
H1.HeaderClassName
{
color: #A0BA40;
}
.AnyTagClassName
{
color: #A0BA40;
}
</style>
background-color css
<style>
a { background-color: #A0BA40; }
a { background-color: rgb(160,186,64); }
div.DivClassName
{
background-color: #A0BA40;
}
.BgClassName
{
background-color: #A0BA40;
}
</style>
border-color css
<style>
span { border-color: #A0BA40; }
span { border-color: rgb(160,186,64); }
td.TdClassName
{
border-color: #A0BA40;
}
.TagClassName
{
border-color: #A0BA40;
}
</style>