Shades of Atlantis #A1E140
Tints of Atlantis #A1E140
RGB
CMYK
RGB Variations
Color information
#A1E140 (or 0xA1E140) is known color: Atlantis. HEX triplet: A1, E1 and 40. RGB value is (161,225,64). Sum of RGB (Red+Green+Blue) = 161+225+64=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E140 is #5E1EBF. Grayscale: #BCBCBC. Windows color (decimal): -6168256 or 4252065. OLE color: 4252065.
HSL color Cylindrical-coordinate representation of color #A1E140: hue angle of 83.85º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1E140 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 64 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.12 |
| HSL | 83.85º | 0.73% | 0.57% | - |
| HSV(B) | 83.85º | 0.72% | 0.88% | - |
| XYZ | 42.55 | 61.8 | 14.54 | - |
| YUV | 187.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 64 | 0.28 | 0 | 0.72 | 0.12 | 83.85 | 0.73 | 0.57 |
| Hex | A1 | E1 | 40 | 1C | 0 | 48 | C | 54 | 49 | 39 |
| Octal | 241 | 341 | 100 | 34 | 0 | 110 | 14 | 124 | 111 | 71 |
| Binary | 10100001 | 11100001 | 1000000 | 11100 | 0 | 1001000 | 1100 | 1010100 | 1001001 | 111001 |
Color Harmonies of #A1E140
Complementary color
Monochromatic Colors of #A1E140
Black with #A1E140
Text Example
Text Example
White with #A1E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E140; }
p { color: rgb(161,225,64); }
H1.HeaderClassName
{
color: #A1E140;
}
.AnyTagClassName
{
color: #A1E140;
}
</style>
background-color css
<style>
a { background-color: #A1E140; }
a { background-color: rgb(161,225,64); }
div.DivClassName
{
background-color: #A1E140;
}
.BgClassName
{
background-color: #A1E140;
}
</style>
border-color css
<style>
span { border-color: #A1E140; }
span { border-color: rgb(161,225,64); }
td.TdClassName
{
border-color: #A1E140;
}
.TagClassName
{
border-color: #A1E140;
}
</style>