Shades of Atlantis #A3E131
Tints of Atlantis #A3E131
RGB
CMYK
RGB Variations
Color information
#A3E131 (or 0xA3E131) is known color: Atlantis. HEX triplet: A3, E1 and 31. RGB value is (163,225,49). Sum of RGB (Red+Green+Blue) = 163+225+49=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E131 is #5C1ECE. Grayscale: #BBBBBB. Windows color (decimal): -6037199 or 3269027. OLE color: 3269027.
HSL color Cylindrical-coordinate representation of color #A3E131: hue angle of 81.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3E131 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 49 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.12 |
| HSL | 81.14º | 0.75% | 0.54% | - |
| HSV(B) | 81.14º | 0.78% | 0.88% | - |
| XYZ | 42.58 | 61.86 | 12.6 | - |
| YUV | 186.4 | 50.46 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 49 | 0.28 | 0 | 0.78 | 0.12 | 81.14 | 0.75 | 0.54 |
| Hex | A3 | E1 | 31 | 1C | 0 | 4E | C | 51 | 4B | 36 |
| Octal | 243 | 341 | 61 | 34 | 0 | 116 | 14 | 121 | 113 | 66 |
| Binary | 10100011 | 11100001 | 110001 | 11100 | 0 | 1001110 | 1100 | 1010001 | 1001011 | 110110 |
Color Harmonies of #A3E131
Complementary color
Monochromatic Colors of #A3E131
Black with #A3E131
Text Example
Text Example
White with #A3E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E131; }
p { color: rgb(163,225,49); }
H1.HeaderClassName
{
color: #A3E131;
}
.AnyTagClassName
{
color: #A3E131;
}
</style>
background-color css
<style>
a { background-color: #A3E131; }
a { background-color: rgb(163,225,49); }
div.DivClassName
{
background-color: #A3E131;
}
.BgClassName
{
background-color: #A3E131;
}
</style>
border-color css
<style>
span { border-color: #A3E131; }
span { border-color: rgb(163,225,49); }
td.TdClassName
{
border-color: #A3E131;
}
.TagClassName
{
border-color: #A3E131;
}
</style>