Shades of Atlantis #A0E33D
Tints of Atlantis #A0E33D
RGB
CMYK
RGB Variations
Color information
#A0E33D (or 0xA0E33D) is known color: Atlantis. HEX triplet: A0, E3 and 3D. RGB value is (160,227,61). Sum of RGB (Red+Green+Blue) = 160+227+61=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E33D is #5F1CC2. Grayscale: #BCBCBC. Windows color (decimal): -6233283 or 4055968. OLE color: 4055968.
HSL color Cylindrical-coordinate representation of color #A0E33D: hue angle of 84.22º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0E33D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 61 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.11 |
| HSL | 84.22º | 0.75% | 0.56% | - |
| HSV(B) | 84.22º | 0.73% | 0.89% | - |
| XYZ | 42.81 | 62.75 | 14.27 | - |
| YUV | 188.04 | 56.3 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 61 | 0.30 | 0 | 0.73 | 0.11 | 84.22 | 0.75 | 0.56 |
| Hex | A0 | E3 | 3D | 1E | 0 | 49 | B | 54 | 4B | 38 |
| Octal | 240 | 343 | 75 | 36 | 0 | 111 | 13 | 124 | 113 | 70 |
| Binary | 10100000 | 11100011 | 111101 | 11110 | 0 | 1001001 | 1011 | 1010100 | 1001011 | 111000 |
Color Harmonies of #A0E33D
Complementary color
Monochromatic Colors of #A0E33D
Black with #A0E33D
Text Example
Text Example
White with #A0E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E33D; }
p { color: rgb(160,227,61); }
H1.HeaderClassName
{
color: #A0E33D;
}
.AnyTagClassName
{
color: #A0E33D;
}
</style>
background-color css
<style>
a { background-color: #A0E33D; }
a { background-color: rgb(160,227,61); }
div.DivClassName
{
background-color: #A0E33D;
}
.BgClassName
{
background-color: #A0E33D;
}
</style>
border-color css
<style>
span { border-color: #A0E33D; }
span { border-color: rgb(160,227,61); }
td.TdClassName
{
border-color: #A0E33D;
}
.TagClassName
{
border-color: #A0E33D;
}
</style>