Shades of Atlantis #A1E136
Tints of Atlantis #A1E136
RGB
CMYK
RGB Variations
Color information
#A1E136 (or 0xA1E136) is known color: Atlantis. HEX triplet: A1, E1 and 36. RGB value is (161,225,54). Sum of RGB (Red+Green+Blue) = 161+225+54=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E136 is #5E1EC9. Grayscale: #BABABA. Windows color (decimal): -6168266 or 3596705. OLE color: 3596705.
HSL color Cylindrical-coordinate representation of color #A1E136: hue angle of 82.46º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1E136 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 54 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.12 |
| HSL | 82.46º | 0.74% | 0.55% | - |
| HSV(B) | 82.46º | 0.76% | 0.88% | - |
| XYZ | 42.29 | 61.69 | 13.17 | - |
| YUV | 186.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 54 | 0.28 | 0 | 0.76 | 0.12 | 82.46 | 0.74 | 0.55 |
| Hex | A1 | E1 | 36 | 1C | 0 | 4C | C | 52 | 4A | 37 |
| Octal | 241 | 341 | 66 | 34 | 0 | 114 | 14 | 122 | 112 | 67 |
| Binary | 10100001 | 11100001 | 110110 | 11100 | 0 | 1001100 | 1100 | 1010010 | 1001010 | 110111 |
Color Harmonies of #A1E136
Complementary color
Monochromatic Colors of #A1E136
Black with #A1E136
Text Example
Text Example
White with #A1E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E136; }
p { color: rgb(161,225,54); }
H1.HeaderClassName
{
color: #A1E136;
}
.AnyTagClassName
{
color: #A1E136;
}
</style>
background-color css
<style>
a { background-color: #A1E136; }
a { background-color: rgb(161,225,54); }
div.DivClassName
{
background-color: #A1E136;
}
.BgClassName
{
background-color: #A1E136;
}
</style>
border-color css
<style>
span { border-color: #A1E136; }
span { border-color: rgb(161,225,54); }
td.TdClassName
{
border-color: #A1E136;
}
.TagClassName
{
border-color: #A1E136;
}
</style>