Shades of Atlantis #A0E544
Tints of Atlantis #A0E544
RGB
CMYK
RGB Variations
Color information
#A0E544 (or 0xA0E544) is known color: Atlantis. HEX triplet: A0, E5 and 44. RGB value is (160,229,68). Sum of RGB (Red+Green+Blue) = 160+229+68=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E544 is #5F1ABB. Grayscale: #BEBEBE. Windows color (decimal): -6232764 or 4515232. OLE color: 4515232.
HSL color Cylindrical-coordinate representation of color #A0E544: hue angle of 85.71º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0E544 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 68 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.10 |
| HSL | 85.71º | 0.76% | 0.58% | - |
| HSV(B) | 85.71º | 0.7% | 0.9% | - |
| XYZ | 43.56 | 63.93 | 15.51 | - |
| YUV | 190.02 | 59.14 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 68 | 0.30 | 0 | 0.70 | 0.10 | 85.71 | 0.76 | 0.58 |
| Hex | A0 | E5 | 44 | 1E | 0 | 46 | A | 56 | 4C | 3A |
| Octal | 240 | 345 | 104 | 36 | 0 | 106 | 12 | 126 | 114 | 72 |
| Binary | 10100000 | 11100101 | 1000100 | 11110 | 0 | 1000110 | 1010 | 1010110 | 1001100 | 111010 |
Color Harmonies of #A0E544
Complementary color
Monochromatic Colors of #A0E544
Black with #A0E544
Text Example
Text Example
White with #A0E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E544; }
p { color: rgb(160,229,68); }
H1.HeaderClassName
{
color: #A0E544;
}
.AnyTagClassName
{
color: #A0E544;
}
</style>
background-color css
<style>
a { background-color: #A0E544; }
a { background-color: rgb(160,229,68); }
div.DivClassName
{
background-color: #A0E544;
}
.BgClassName
{
background-color: #A0E544;
}
</style>
border-color css
<style>
span { border-color: #A0E544; }
span { border-color: rgb(160,229,68); }
td.TdClassName
{
border-color: #A0E544;
}
.TagClassName
{
border-color: #A0E544;
}
</style>