Shades of Atlantis #A0BE46
Tints of Atlantis #A0BE46
RGB
CMYK
RGB Variations
Color information
#A0BE46 (or 0xA0BE46) is known color: Atlantis. HEX triplet: A0, BE and 46. RGB value is (160,190,70). Sum of RGB (Red+Green+Blue) = 160+190+70=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE46 is #5F41B9. Grayscale: #A7A7A7. Windows color (decimal): -6242746 or 4636320. OLE color: 4636320.
HSL color Cylindrical-coordinate representation of color #A0BE46: hue angle of 75º 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 #A0BE46 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 70 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.25 |
| HSL | 75º | 0.48% | 0.51% | - |
| HSV(B) | 75º | 0.63% | 0.75% | - |
| XYZ | 34.02 | 44.74 | 12.64 | - |
| YUV | 167.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 70 | 0.16 | 0 | 0.63 | 0.25 | 75 | 0.48 | 0.51 |
| Hex | A0 | BE | 46 | 10 | 0 | 3F | 19 | 4B | 30 | 33 |
| Octal | 240 | 276 | 106 | 20 | 0 | 77 | 31 | 113 | 60 | 63 |
| Binary | 10100000 | 10111110 | 1000110 | 10000 | 0 | 111111 | 11001 | 1001011 | 110000 | 110011 |
Color Harmonies of #A0BE46
Complementary color
Monochromatic Colors of #A0BE46
Black with #A0BE46
Text Example
Text Example
White with #A0BE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE46; }
p { color: rgb(160,190,70); }
H1.HeaderClassName
{
color: #A0BE46;
}
.AnyTagClassName
{
color: #A0BE46;
}
</style>
background-color css
<style>
a { background-color: #A0BE46; }
a { background-color: rgb(160,190,70); }
div.DivClassName
{
background-color: #A0BE46;
}
.BgClassName
{
background-color: #A0BE46;
}
</style>
border-color css
<style>
span { border-color: #A0BE46; }
span { border-color: rgb(160,190,70); }
td.TdClassName
{
border-color: #A0BE46;
}
.TagClassName
{
border-color: #A0BE46;
}
</style>