Shades of Atlantis #A0BB40
Tints of Atlantis #A0BB40
RGB
CMYK
RGB Variations
Color information
#A0BB40 (or 0xA0BB40) is known color: Atlantis. HEX triplet: A0, BB and 40. RGB value is (160,187,64). Sum of RGB (Red+Green+Blue) = 160+187+64=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB40 is #5F44BF. Grayscale: #A5A5A5. Windows color (decimal): -6243520 or 4242336. OLE color: 4242336.
HSL color Cylindrical-coordinate representation of color #A0BB40: hue angle of 73.17º 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 #A0BB40 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 64 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.27 |
| HSL | 73.17º | 0.49% | 0.49% | - |
| HSV(B) | 73.17º | 0.66% | 0.73% | - |
| XYZ | 33.19 | 43.38 | 11.48 | - |
| YUV | 164.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 64 | 0.14 | 0 | 0.66 | 0.27 | 73.17 | 0.49 | 0.49 |
| Hex | A0 | BB | 40 | E | 0 | 42 | 1B | 49 | 31 | 31 |
| Octal | 240 | 273 | 100 | 16 | 0 | 102 | 33 | 111 | 61 | 61 |
| Binary | 10100000 | 10111011 | 1000000 | 1110 | 0 | 1000010 | 11011 | 1001001 | 110001 | 110001 |
Color Harmonies of #A0BB40
Complementary color
Monochromatic Colors of #A0BB40
Black with #A0BB40
Text Example
Text Example
White with #A0BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB40; }
p { color: rgb(160,187,64); }
H1.HeaderClassName
{
color: #A0BB40;
}
.AnyTagClassName
{
color: #A0BB40;
}
</style>
background-color css
<style>
a { background-color: #A0BB40; }
a { background-color: rgb(160,187,64); }
div.DivClassName
{
background-color: #A0BB40;
}
.BgClassName
{
background-color: #A0BB40;
}
</style>
border-color css
<style>
span { border-color: #A0BB40; }
span { border-color: rgb(160,187,64); }
td.TdClassName
{
border-color: #A0BB40;
}
.TagClassName
{
border-color: #A0BB40;
}
</style>