Shades of Atlantis #A1E146
Tints of Atlantis #A1E146
RGB
CMYK
RGB Variations
Color information
#A1E146 (or 0xA1E146) is known color: Atlantis. HEX triplet: A1, E1 and 46. RGB value is (161,225,70). Sum of RGB (Red+Green+Blue) = 161+225+70=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E146 is #5E1EB9. Grayscale: #BCBCBC. Windows color (decimal): -6168250 or 4645281. OLE color: 4645281.
HSL color Cylindrical-coordinate representation of color #A1E146: hue angle of 84.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E146 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 70 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.12 |
| HSL | 84.77º | 0.72% | 0.58% | - |
| HSV(B) | 84.77º | 0.69% | 0.88% | - |
| XYZ | 42.73 | 61.87 | 15.48 | - |
| YUV | 188.19 | 61.3 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 70 | 0.28 | 0 | 0.69 | 0.12 | 84.77 | 0.72 | 0.58 |
| Hex | A1 | E1 | 46 | 1C | 0 | 45 | C | 55 | 48 | 3A |
| Octal | 241 | 341 | 106 | 34 | 0 | 105 | 14 | 125 | 110 | 72 |
| Binary | 10100001 | 11100001 | 1000110 | 11100 | 0 | 1000101 | 1100 | 1010101 | 1001000 | 111010 |
Color Harmonies of #A1E146
Complementary color
Monochromatic Colors of #A1E146
Black with #A1E146
Text Example
Text Example
White with #A1E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E146; }
p { color: rgb(161,225,70); }
H1.HeaderClassName
{
color: #A1E146;
}
.AnyTagClassName
{
color: #A1E146;
}
</style>
background-color css
<style>
a { background-color: #A1E146; }
a { background-color: rgb(161,225,70); }
div.DivClassName
{
background-color: #A1E146;
}
.BgClassName
{
background-color: #A1E146;
}
</style>
border-color css
<style>
span { border-color: #A1E146; }
span { border-color: rgb(161,225,70); }
td.TdClassName
{
border-color: #A1E146;
}
.TagClassName
{
border-color: #A1E146;
}
</style>