Shades of Atlantis #A3E031
Tints of Atlantis #A3E031
RGB
CMYK
RGB Variations
Color information
#A3E031 (or 0xA3E031) is known color: Atlantis. HEX triplet: A3, E0 and 31. RGB value is (163,224,49). Sum of RGB (Red+Green+Blue) = 163+224+49=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E031 is #5C1FCE. Grayscale: #BABABA. Windows color (decimal): -6037455 or 3268771. OLE color: 3268771.
HSL color Cylindrical-coordinate representation of color #A3E031: hue angle of 80.91º degrees, saturation: 0.74, 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 #A3E031 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.12 |
| HSL | 80.91º | 0.74% | 0.54% | - |
| HSV(B) | 80.91º | 0.78% | 0.88% | - |
| XYZ | 42.31 | 61.32 | 12.51 | - |
| YUV | 185.81 | 50.79 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 49 | 0.27 | 0 | 0.78 | 0.12 | 80.91 | 0.74 | 0.54 |
| Hex | A3 | E0 | 31 | 1B | 0 | 4E | C | 51 | 4A | 36 |
| Octal | 243 | 340 | 61 | 33 | 0 | 116 | 14 | 121 | 112 | 66 |
| Binary | 10100011 | 11100000 | 110001 | 11011 | 0 | 1001110 | 1100 | 1010001 | 1001010 | 110110 |
Color Harmonies of #A3E031
Complementary color
Monochromatic Colors of #A3E031
Black with #A3E031
Text Example
Text Example
White with #A3E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E031; }
p { color: rgb(163,224,49); }
H1.HeaderClassName
{
color: #A3E031;
}
.AnyTagClassName
{
color: #A3E031;
}
</style>
background-color css
<style>
a { background-color: #A3E031; }
a { background-color: rgb(163,224,49); }
div.DivClassName
{
background-color: #A3E031;
}
.BgClassName
{
background-color: #A3E031;
}
</style>
border-color css
<style>
span { border-color: #A3E031; }
span { border-color: rgb(163,224,49); }
td.TdClassName
{
border-color: #A3E031;
}
.TagClassName
{
border-color: #A3E031;
}
</style>