Shades of Atlantis #A1E93E
Tints of Atlantis #A1E93E
RGB
CMYK
RGB Variations
Color information
#A1E93E (or 0xA1E93E) is known color: Atlantis. HEX triplet: A1, E9 and 3E. RGB value is (161,233,62). Sum of RGB (Red+Green+Blue) = 161+233+62=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E93E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E93E is #5E16C1. Grayscale: #C0C0C0. Windows color (decimal): -6166210 or 4123041. OLE color: 4123041.
HSL color Cylindrical-coordinate representation of color #A1E93E: hue angle of 85.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1E93E is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 62 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.09 |
| HSL | 85.26º | 0.8% | 0.58% | - |
| HSV(B) | 85.26º | 0.73% | 0.91% | - |
| XYZ | 44.71 | 66.2 | 14.98 | - |
| YUV | 191.98 | 54.65 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 62 | 0.31 | 0 | 0.73 | 0.09 | 85.26 | 0.8 | 0.58 |
| Hex | A1 | E9 | 3E | 1F | 0 | 49 | 9 | 55 | 50 | 3A |
| Octal | 241 | 351 | 76 | 37 | 0 | 111 | 11 | 125 | 120 | 72 |
| Binary | 10100001 | 11101001 | 111110 | 11111 | 0 | 1001001 | 1001 | 1010101 | 1010000 | 111010 |
Color Harmonies of #A1E93E
Complementary color
Monochromatic Colors of #A1E93E
Black with #A1E93E
Text Example
Text Example
White with #A1E93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E93E; }
p { color: rgb(161,233,62); }
H1.HeaderClassName
{
color: #A1E93E;
}
.AnyTagClassName
{
color: #A1E93E;
}
</style>
background-color css
<style>
a { background-color: #A1E93E; }
a { background-color: rgb(161,233,62); }
div.DivClassName
{
background-color: #A1E93E;
}
.BgClassName
{
background-color: #A1E93E;
}
</style>
border-color css
<style>
span { border-color: #A1E93E; }
span { border-color: rgb(161,233,62); }
td.TdClassName
{
border-color: #A1E93E;
}
.TagClassName
{
border-color: #A1E93E;
}
</style>