Shades of Atlantis #A0BE47
Tints of Atlantis #A0BE47
RGB
CMYK
RGB Variations
Color information
#A0BE47 (or 0xA0BE47) is known color: Atlantis. HEX triplet: A0, BE and 47. RGB value is (160,190,71). Sum of RGB (Red+Green+Blue) = 160+190+71=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE47 is #5F41B8. Grayscale: #A7A7A7. Windows color (decimal): -6242745 or 4701856. OLE color: 4701856.
HSL color Cylindrical-coordinate representation of color #A0BE47: hue angle of 75.13º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0BE47 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 71 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.25 |
| HSL | 75.13º | 0.48% | 0.51% | - |
| HSV(B) | 75.13º | 0.63% | 0.75% | - |
| XYZ | 34.05 | 44.76 | 12.81 | - |
| YUV | 167.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 71 | 0.16 | 0 | 0.63 | 0.25 | 75.13 | 0.48 | 0.51 |
| Hex | A0 | BE | 47 | 10 | 0 | 3F | 19 | 4B | 30 | 33 |
| Octal | 240 | 276 | 107 | 20 | 0 | 77 | 31 | 113 | 60 | 63 |
| Binary | 10100000 | 10111110 | 1000111 | 10000 | 0 | 111111 | 11001 | 1001011 | 110000 | 110011 |
Color Harmonies of #A0BE47
Complementary color
Monochromatic Colors of #A0BE47
Black with #A0BE47
Text Example
Text Example
White with #A0BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE47; }
p { color: rgb(160,190,71); }
H1.HeaderClassName
{
color: #A0BE47;
}
.AnyTagClassName
{
color: #A0BE47;
}
</style>
background-color css
<style>
a { background-color: #A0BE47; }
a { background-color: rgb(160,190,71); }
div.DivClassName
{
background-color: #A0BE47;
}
.BgClassName
{
background-color: #A0BE47;
}
</style>
border-color css
<style>
span { border-color: #A0BE47; }
span { border-color: rgb(160,190,71); }
td.TdClassName
{
border-color: #A0BE47;
}
.TagClassName
{
border-color: #A0BE47;
}
</style>