Shades of Atlantis #A0E145
Tints of Atlantis #A0E145
RGB
CMYK
RGB Variations
Color information
#A0E145 (or 0xA0E145) is known color: Atlantis. HEX triplet: A0, E1 and 45. RGB value is (160,225,69). Sum of RGB (Red+Green+Blue) = 160+225+69=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E145 is #5F1EBA. Grayscale: #BCBCBC. Windows color (decimal): -6233787 or 4579744. OLE color: 4579744.
HSL color Cylindrical-coordinate representation of color #A0E145: hue angle of 85º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0E145 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 69 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.12 |
| HSL | 85º | 0.72% | 0.58% | - |
| HSV(B) | 85º | 0.69% | 0.88% | - |
| XYZ | 42.5 | 61.75 | 15.31 | - |
| YUV | 187.78 | 60.97 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 69 | 0.29 | 0 | 0.69 | 0.12 | 85 | 0.72 | 0.58 |
| Hex | A0 | E1 | 45 | 1D | 0 | 45 | C | 55 | 48 | 3A |
| Octal | 240 | 341 | 105 | 35 | 0 | 105 | 14 | 125 | 110 | 72 |
| Binary | 10100000 | 11100001 | 1000101 | 11101 | 0 | 1000101 | 1100 | 1010101 | 1001000 | 111010 |
Color Harmonies of #A0E145
Complementary color
Monochromatic Colors of #A0E145
Black with #A0E145
Text Example
Text Example
White with #A0E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E145; }
p { color: rgb(160,225,69); }
H1.HeaderClassName
{
color: #A0E145;
}
.AnyTagClassName
{
color: #A0E145;
}
</style>
background-color css
<style>
a { background-color: #A0E145; }
a { background-color: rgb(160,225,69); }
div.DivClassName
{
background-color: #A0E145;
}
.BgClassName
{
background-color: #A0E145;
}
</style>
border-color css
<style>
span { border-color: #A0E145; }
span { border-color: rgb(160,225,69); }
td.TdClassName
{
border-color: #A0E145;
}
.TagClassName
{
border-color: #A0E145;
}
</style>