Shades of Atlantis #A1E544
Tints of Atlantis #A1E544
RGB
CMYK
RGB Variations
Color information
#A1E544 (or 0xA1E544) is known color: Atlantis. HEX triplet: A1, E5 and 44. RGB value is (161,229,68). Sum of RGB (Red+Green+Blue) = 161+229+68=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E544 is #5E1ABB. Grayscale: #BEBEBE. Windows color (decimal): -6167228 or 4515233. OLE color: 4515233.
HSL color Cylindrical-coordinate representation of color #A1E544: hue angle of 85.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1E544 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 68 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.10 |
| HSL | 85.34º | 0.76% | 0.58% | - |
| HSV(B) | 85.34º | 0.7% | 0.9% | - |
| XYZ | 43.76 | 64.03 | 15.52 | - |
| YUV | 190.31 | 58.97 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 68 | 0.30 | 0 | 0.70 | 0.10 | 85.34 | 0.76 | 0.58 |
| Hex | A1 | E5 | 44 | 1E | 0 | 46 | A | 55 | 4C | 3A |
| Octal | 241 | 345 | 104 | 36 | 0 | 106 | 12 | 125 | 114 | 72 |
| Binary | 10100001 | 11100101 | 1000100 | 11110 | 0 | 1000110 | 1010 | 1010101 | 1001100 | 111010 |
Color Harmonies of #A1E544
Complementary color
Monochromatic Colors of #A1E544
Black with #A1E544
Text Example
Text Example
White with #A1E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E544; }
p { color: rgb(161,229,68); }
H1.HeaderClassName
{
color: #A1E544;
}
.AnyTagClassName
{
color: #A1E544;
}
</style>
background-color css
<style>
a { background-color: #A1E544; }
a { background-color: rgb(161,229,68); }
div.DivClassName
{
background-color: #A1E544;
}
.BgClassName
{
background-color: #A1E544;
}
</style>
border-color css
<style>
span { border-color: #A1E544; }
span { border-color: rgb(161,229,68); }
td.TdClassName
{
border-color: #A1E544;
}
.TagClassName
{
border-color: #A1E544;
}
</style>