Shades of Atlantis #A4E037
Tints of Atlantis #A4E037
RGB
CMYK
RGB Variations
Color information
#A4E037 (or 0xA4E037) is known color: Atlantis. HEX triplet: A4, E0 and 37. RGB value is (164,224,55). Sum of RGB (Red+Green+Blue) = 164+224+55=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E037 is #5B1FC8. Grayscale: #BBBBBB. Windows color (decimal): -5971913 or 3661988. OLE color: 3661988.
HSL color Cylindrical-coordinate representation of color #A4E037: hue angle of 81.3º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4E037 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 55 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.12 |
| HSL | 81.3º | 0.73% | 0.55% | - |
| HSV(B) | 81.3º | 0.75% | 0.88% | - |
| XYZ | 42.66 | 61.48 | 13.23 | - |
| YUV | 186.79 | 53.62 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 55 | 0.27 | 0 | 0.75 | 0.12 | 81.3 | 0.73 | 0.55 |
| Hex | A4 | E0 | 37 | 1B | 0 | 4B | C | 51 | 49 | 37 |
| Octal | 244 | 340 | 67 | 33 | 0 | 113 | 14 | 121 | 111 | 67 |
| Binary | 10100100 | 11100000 | 110111 | 11011 | 0 | 1001011 | 1100 | 1010001 | 1001001 | 110111 |
Color Harmonies of #A4E037
Complementary color
Monochromatic Colors of #A4E037
Black with #A4E037
Text Example
Text Example
White with #A4E037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E037; }
p { color: rgb(164,224,55); }
H1.HeaderClassName
{
color: #A4E037;
}
.AnyTagClassName
{
color: #A4E037;
}
</style>
background-color css
<style>
a { background-color: #A4E037; }
a { background-color: rgb(164,224,55); }
div.DivClassName
{
background-color: #A4E037;
}
.BgClassName
{
background-color: #A4E037;
}
</style>
border-color css
<style>
span { border-color: #A4E037; }
span { border-color: rgb(164,224,55); }
td.TdClassName
{
border-color: #A4E037;
}
.TagClassName
{
border-color: #A4E037;
}
</style>