Shades of Atlantis #A1EA3E
Tints of Atlantis #A1EA3E
RGB
CMYK
RGB Variations
Color information
#A1EA3E (or 0xA1EA3E) is known color: Atlantis. HEX triplet: A1, EA and 3E. RGB value is (161,234,62). Sum of RGB (Red+Green+Blue) = 161+234+62=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EA3E is #5E15C1. Grayscale: #C1C1C1. Windows color (decimal): -6165954 or 4123297. OLE color: 4123297.
HSL color Cylindrical-coordinate representation of color #A1EA3E: hue angle of 85.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1EA3E is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 62 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.08 |
| HSL | 85.47º | 0.8% | 0.58% | - |
| HSV(B) | 85.47º | 0.74% | 0.92% | - |
| XYZ | 44.99 | 66.77 | 15.07 | - |
| YUV | 192.57 | 54.32 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 62 | 0.31 | 0 | 0.74 | 0.08 | 85.47 | 0.8 | 0.58 |
| Hex | A1 | EA | 3E | 1F | 0 | 4A | 8 | 55 | 50 | 3A |
| Octal | 241 | 352 | 76 | 37 | 0 | 112 | 10 | 125 | 120 | 72 |
| Binary | 10100001 | 11101010 | 111110 | 11111 | 0 | 1001010 | 1000 | 1010101 | 1010000 | 111010 |
Color Harmonies of #A1EA3E
Complementary color
Monochromatic Colors of #A1EA3E
Black with #A1EA3E
Text Example
Text Example
White with #A1EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA3E; }
p { color: rgb(161,234,62); }
H1.HeaderClassName
{
color: #A1EA3E;
}
.AnyTagClassName
{
color: #A1EA3E;
}
</style>
background-color css
<style>
a { background-color: #A1EA3E; }
a { background-color: rgb(161,234,62); }
div.DivClassName
{
background-color: #A1EA3E;
}
.BgClassName
{
background-color: #A1EA3E;
}
</style>
border-color css
<style>
span { border-color: #A1EA3E; }
span { border-color: rgb(161,234,62); }
td.TdClassName
{
border-color: #A1EA3E;
}
.TagClassName
{
border-color: #A1EA3E;
}
</style>