Shades of Atlantis #A0E73D
Tints of Atlantis #A0E73D
RGB
CMYK
RGB Variations
Color information
#A0E73D (or 0xA0E73D) is known color: Atlantis. HEX triplet: A0, E7 and 3D. RGB value is (160,231,61). Sum of RGB (Red+Green+Blue) = 160+231+61=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E73D is #5F18C2. Grayscale: #BFBFBF. Windows color (decimal): -6232259 or 4056992. OLE color: 4056992.
HSL color Cylindrical-coordinate representation of color #A0E73D: hue angle of 85.06º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0E73D is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 61 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.09 |
| HSL | 85.06º | 0.78% | 0.57% | - |
| HSV(B) | 85.06º | 0.74% | 0.91% | - |
| XYZ | 43.92 | 64.96 | 14.64 | - |
| YUV | 190.39 | 54.98 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 61 | 0.31 | 0 | 0.74 | 0.09 | 85.06 | 0.78 | 0.57 |
| Hex | A0 | E7 | 3D | 1F | 0 | 4A | 9 | 55 | 4E | 39 |
| Octal | 240 | 347 | 75 | 37 | 0 | 112 | 11 | 125 | 116 | 71 |
| Binary | 10100000 | 11100111 | 111101 | 11111 | 0 | 1001010 | 1001 | 1010101 | 1001110 | 111001 |
Color Harmonies of #A0E73D
Complementary color
Monochromatic Colors of #A0E73D
Black with #A0E73D
Text Example
Text Example
White with #A0E73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E73D; }
p { color: rgb(160,231,61); }
H1.HeaderClassName
{
color: #A0E73D;
}
.AnyTagClassName
{
color: #A0E73D;
}
</style>
background-color css
<style>
a { background-color: #A0E73D; }
a { background-color: rgb(160,231,61); }
div.DivClassName
{
background-color: #A0E73D;
}
.BgClassName
{
background-color: #A0E73D;
}
</style>
border-color css
<style>
span { border-color: #A0E73D; }
span { border-color: rgb(160,231,61); }
td.TdClassName
{
border-color: #A0E73D;
}
.TagClassName
{
border-color: #A0E73D;
}
</style>