Shades of Atlantis #A0EA3B
Tints of Atlantis #A0EA3B
RGB
CMYK
RGB Variations
Color information
#A0EA3B (or 0xA0EA3B) is known color: Atlantis. HEX triplet: A0, EA and 3B. RGB value is (160,234,59). Sum of RGB (Red+Green+Blue) = 160+234+59=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EA3B is #5F15C4. Grayscale: #C0C0C0. Windows color (decimal): -6231493 or 3926688. OLE color: 3926688.
HSL color Cylindrical-coordinate representation of color #A0EA3B: hue angle of 85.37º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0EA3B is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 59 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.08 |
| HSL | 85.37º | 0.81% | 0.57% | - |
| HSV(B) | 85.37º | 0.75% | 0.92% | - |
| XYZ | 44.71 | 66.63 | 14.64 | - |
| YUV | 191.92 | 52.98 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 59 | 0.32 | 0 | 0.75 | 0.08 | 85.37 | 0.81 | 0.57 |
| Hex | A0 | EA | 3B | 20 | 0 | 4B | 8 | 55 | 51 | 39 |
| Octal | 240 | 352 | 73 | 40 | 0 | 113 | 10 | 125 | 121 | 71 |
| Binary | 10100000 | 11101010 | 111011 | 100000 | 0 | 1001011 | 1000 | 1010101 | 1010001 | 111001 |
Color Harmonies of #A0EA3B
Complementary color
Monochromatic Colors of #A0EA3B
Black with #A0EA3B
Text Example
Text Example
White with #A0EA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA3B; }
p { color: rgb(160,234,59); }
H1.HeaderClassName
{
color: #A0EA3B;
}
.AnyTagClassName
{
color: #A0EA3B;
}
</style>
background-color css
<style>
a { background-color: #A0EA3B; }
a { background-color: rgb(160,234,59); }
div.DivClassName
{
background-color: #A0EA3B;
}
.BgClassName
{
background-color: #A0EA3B;
}
</style>
border-color css
<style>
span { border-color: #A0EA3B; }
span { border-color: rgb(160,234,59); }
td.TdClassName
{
border-color: #A0EA3B;
}
.TagClassName
{
border-color: #A0EA3B;
}
</style>