Shades of Atlantis #A4E131
Tints of Atlantis #A4E131
RGB
CMYK
RGB Variations
Color information
#A4E131 (or 0xA4E131) is known color: Atlantis. HEX triplet: A4, E1 and 31. RGB value is (164,225,49). Sum of RGB (Red+Green+Blue) = 164+225+49=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E131 is #5B1ECE. Grayscale: #BBBBBB. Windows color (decimal): -5971663 or 3269028. OLE color: 3269028.
HSL color Cylindrical-coordinate representation of color #A4E131: hue angle of 80.8º 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 #A4E131 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.12 |
| HSL | 80.8º | 0.75% | 0.54% | - |
| HSV(B) | 80.8º | 0.78% | 0.88% | - |
| XYZ | 42.79 | 61.96 | 12.61 | - |
| YUV | 186.7 | 50.29 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 49 | 0.27 | 0 | 0.78 | 0.12 | 80.8 | 0.75 | 0.54 |
| Hex | A4 | E1 | 31 | 1B | 0 | 4E | C | 51 | 4B | 36 |
| Octal | 244 | 341 | 61 | 33 | 0 | 116 | 14 | 121 | 113 | 66 |
| Binary | 10100100 | 11100001 | 110001 | 11011 | 0 | 1001110 | 1100 | 1010001 | 1001011 | 110110 |
Color Harmonies of #A4E131
Complementary color
Monochromatic Colors of #A4E131
Black with #A4E131
Text Example
Text Example
White with #A4E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E131; }
p { color: rgb(164,225,49); }
H1.HeaderClassName
{
color: #A4E131;
}
.AnyTagClassName
{
color: #A4E131;
}
</style>
background-color css
<style>
a { background-color: #A4E131; }
a { background-color: rgb(164,225,49); }
div.DivClassName
{
background-color: #A4E131;
}
.BgClassName
{
background-color: #A4E131;
}
</style>
border-color css
<style>
span { border-color: #A4E131; }
span { border-color: rgb(164,225,49); }
td.TdClassName
{
border-color: #A4E131;
}
.TagClassName
{
border-color: #A4E131;
}
</style>