Shades of Atlantis #A0BE45
Tints of Atlantis #A0BE45
RGB
CMYK
RGB Variations
Color information
#A0BE45 (or 0xA0BE45) is known color: Atlantis. HEX triplet: A0, BE and 45. RGB value is (160,190,69). Sum of RGB (Red+Green+Blue) = 160+190+69=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE45 is #5F41BA. Grayscale: #A7A7A7. Windows color (decimal): -6242747 or 4570784. OLE color: 4570784.
HSL color Cylindrical-coordinate representation of color #A0BE45: hue angle of 74.88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0BE45 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 69 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.25 |
| HSL | 74.88º | 0.48% | 0.51% | - |
| HSV(B) | 74.88º | 0.64% | 0.75% | - |
| XYZ | 33.98 | 44.73 | 12.47 | - |
| YUV | 167.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 69 | 0.16 | 0 | 0.64 | 0.25 | 74.88 | 0.48 | 0.51 |
| Hex | A0 | BE | 45 | 10 | 0 | 40 | 19 | 4B | 30 | 33 |
| Octal | 240 | 276 | 105 | 20 | 0 | 100 | 31 | 113 | 60 | 63 |
| Binary | 10100000 | 10111110 | 1000101 | 10000 | 0 | 1000000 | 11001 | 1001011 | 110000 | 110011 |
Color Harmonies of #A0BE45
Complementary color
Monochromatic Colors of #A0BE45
Black with #A0BE45
Text Example
Text Example
White with #A0BE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE45; }
p { color: rgb(160,190,69); }
H1.HeaderClassName
{
color: #A0BE45;
}
.AnyTagClassName
{
color: #A0BE45;
}
</style>
background-color css
<style>
a { background-color: #A0BE45; }
a { background-color: rgb(160,190,69); }
div.DivClassName
{
background-color: #A0BE45;
}
.BgClassName
{
background-color: #A0BE45;
}
</style>
border-color css
<style>
span { border-color: #A0BE45; }
span { border-color: rgb(160,190,69); }
td.TdClassName
{
border-color: #A0BE45;
}
.TagClassName
{
border-color: #A0BE45;
}
</style>