Shades of Atlantis #A0E744
Tints of Atlantis #A0E744
RGB
CMYK
RGB Variations
Color information
#A0E744 (or 0xA0E744) is known color: Atlantis. HEX triplet: A0, E7 and 44. RGB value is (160,231,68). Sum of RGB (Red+Green+Blue) = 160+231+68=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E744 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E744 is #5F18BB. Grayscale: #BFBFBF. Windows color (decimal): -6232252 or 4515744. OLE color: 4515744.
HSL color Cylindrical-coordinate representation of color #A0E744: hue angle of 86.13º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0E744 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 68 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.09 |
| HSL | 86.13º | 0.77% | 0.59% | - |
| HSV(B) | 86.13º | 0.71% | 0.91% | - |
| XYZ | 44.12 | 65.04 | 15.7 | - |
| YUV | 191.19 | 58.48 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 68 | 0.31 | 0 | 0.71 | 0.09 | 86.13 | 0.77 | 0.59 |
| Hex | A0 | E7 | 44 | 1F | 0 | 47 | 9 | 56 | 4D | 3B |
| Octal | 240 | 347 | 104 | 37 | 0 | 107 | 11 | 126 | 115 | 73 |
| Binary | 10100000 | 11100111 | 1000100 | 11111 | 0 | 1000111 | 1001 | 1010110 | 1001101 | 111011 |
Color Harmonies of #A0E744
Complementary color
Monochromatic Colors of #A0E744
Black with #A0E744
Text Example
Text Example
White with #A0E744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E744; }
p { color: rgb(160,231,68); }
H1.HeaderClassName
{
color: #A0E744;
}
.AnyTagClassName
{
color: #A0E744;
}
</style>
background-color css
<style>
a { background-color: #A0E744; }
a { background-color: rgb(160,231,68); }
div.DivClassName
{
background-color: #A0E744;
}
.BgClassName
{
background-color: #A0E744;
}
</style>
border-color css
<style>
span { border-color: #A0E744; }
span { border-color: rgb(160,231,68); }
td.TdClassName
{
border-color: #A0E744;
}
.TagClassName
{
border-color: #A0E744;
}
</style>