Shades of Atlantis #A0E731
Tints of Atlantis #A0E731
RGB
CMYK
RGB Variations
Color information
#A0E731 (or 0xA0E731) is known color: Atlantis. HEX triplet: A0, E7 and 31. RGB value is (160,231,49). Sum of RGB (Red+Green+Blue) = 160+231+49=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E731 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E731 is #5F18CE. Grayscale: #BDBDBD. Windows color (decimal): -6232271 or 3270560. OLE color: 3270560.
HSL color Cylindrical-coordinate representation of color #A0E731: hue angle of 83.41º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0E731 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 49 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.09 |
| HSL | 83.41º | 0.79% | 0.55% | - |
| HSV(B) | 83.41º | 0.79% | 0.91% | - |
| XYZ | 43.63 | 64.85 | 13.12 | - |
| YUV | 189.02 | 48.98 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 49 | 0.31 | 0 | 0.79 | 0.09 | 83.41 | 0.79 | 0.55 |
| Hex | A0 | E7 | 31 | 1F | 0 | 4F | 9 | 53 | 4F | 37 |
| Octal | 240 | 347 | 61 | 37 | 0 | 117 | 11 | 123 | 117 | 67 |
| Binary | 10100000 | 11100111 | 110001 | 11111 | 0 | 1001111 | 1001 | 1010011 | 1001111 | 110111 |
Color Harmonies of #A0E731
Complementary color
Monochromatic Colors of #A0E731
Black with #A0E731
Text Example
Text Example
White with #A0E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E731; }
p { color: rgb(160,231,49); }
H1.HeaderClassName
{
color: #A0E731;
}
.AnyTagClassName
{
color: #A0E731;
}
</style>
background-color css
<style>
a { background-color: #A0E731; }
a { background-color: rgb(160,231,49); }
div.DivClassName
{
background-color: #A0E731;
}
.BgClassName
{
background-color: #A0E731;
}
</style>
border-color css
<style>
span { border-color: #A0E731; }
span { border-color: rgb(160,231,49); }
td.TdClassName
{
border-color: #A0E731;
}
.TagClassName
{
border-color: #A0E731;
}
</style>