Shades of Atlantis #A1E245
Tints of Atlantis #A1E245
RGB
CMYK
RGB Variations
Color information
#A1E245 (or 0xA1E245) is known color: Atlantis. HEX triplet: A1, E2 and 45. RGB value is (161,226,69). Sum of RGB (Red+Green+Blue) = 161+226+69=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E245 is #5E1DBA. Grayscale: #BDBDBD. Windows color (decimal): -6167995 or 4580001. OLE color: 4580001.
HSL color Cylindrical-coordinate representation of color #A1E245: hue angle of 84.84º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E245 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 69 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.11 |
| HSL | 84.84º | 0.73% | 0.58% | - |
| HSV(B) | 84.84º | 0.69% | 0.89% | - |
| XYZ | 42.97 | 62.4 | 15.41 | - |
| YUV | 188.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 69 | 0.29 | 0 | 0.69 | 0.11 | 84.84 | 0.73 | 0.58 |
| Hex | A1 | E2 | 45 | 1D | 0 | 45 | B | 55 | 49 | 3A |
| Octal | 241 | 342 | 105 | 35 | 0 | 105 | 13 | 125 | 111 | 72 |
| Binary | 10100001 | 11100010 | 1000101 | 11101 | 0 | 1000101 | 1011 | 1010101 | 1001001 | 111010 |
Color Harmonies of #A1E245
Complementary color
Monochromatic Colors of #A1E245
Black with #A1E245
Text Example
Text Example
White with #A1E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E245; }
p { color: rgb(161,226,69); }
H1.HeaderClassName
{
color: #A1E245;
}
.AnyTagClassName
{
color: #A1E245;
}
</style>
background-color css
<style>
a { background-color: #A1E245; }
a { background-color: rgb(161,226,69); }
div.DivClassName
{
background-color: #A1E245;
}
.BgClassName
{
background-color: #A1E245;
}
</style>
border-color css
<style>
span { border-color: #A1E245; }
span { border-color: rgb(161,226,69); }
td.TdClassName
{
border-color: #A1E245;
}
.TagClassName
{
border-color: #A1E245;
}
</style>