Shades of Atlantis #A0E72D
Tints of Atlantis #A0E72D
RGB
CMYK
RGB Variations
Color information
#A0E72D (or 0xA0E72D) is known color: Atlantis. HEX triplet: A0, E7 and 2D. RGB value is (160,231,45). Sum of RGB (Red+Green+Blue) = 160+231+45=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E72D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E72D is #5F18D2. Grayscale: #BDBDBD. Windows color (decimal): -6232275 or 3008416. OLE color: 3008416.
HSL color Cylindrical-coordinate representation of color #A0E72D: hue angle of 82.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0E72D is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 45 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.09 |
| HSL | 82.9º | 0.79% | 0.54% | - |
| HSV(B) | 82.9º | 0.81% | 0.91% | - |
| XYZ | 43.55 | 64.81 | 12.7 | - |
| YUV | 188.57 | 46.98 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 45 | 0.31 | 0 | 0.81 | 0.09 | 82.9 | 0.79 | 0.54 |
| Hex | A0 | E7 | 2D | 1F | 0 | 51 | 9 | 53 | 4F | 36 |
| Octal | 240 | 347 | 55 | 37 | 0 | 121 | 11 | 123 | 117 | 66 |
| Binary | 10100000 | 11100111 | 101101 | 11111 | 0 | 1010001 | 1001 | 1010011 | 1001111 | 110110 |
Color Harmonies of #A0E72D
Complementary color
Monochromatic Colors of #A0E72D
Black with #A0E72D
Text Example
Text Example
White with #A0E72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E72D; }
p { color: rgb(160,231,45); }
H1.HeaderClassName
{
color: #A0E72D;
}
.AnyTagClassName
{
color: #A0E72D;
}
</style>
background-color css
<style>
a { background-color: #A0E72D; }
a { background-color: rgb(160,231,45); }
div.DivClassName
{
background-color: #A0E72D;
}
.BgClassName
{
background-color: #A0E72D;
}
</style>
border-color css
<style>
span { border-color: #A0E72D; }
span { border-color: rgb(160,231,45); }
td.TdClassName
{
border-color: #A0E72D;
}
.TagClassName
{
border-color: #A0E72D;
}
</style>