Shades of Atlantis #A1E942
Tints of Atlantis #A1E942
RGB
CMYK
RGB Variations
Color information
#A1E942 (or 0xA1E942) is known color: Atlantis. HEX triplet: A1, E9 and 42. RGB value is (161,233,66). Sum of RGB (Red+Green+Blue) = 161+233+66=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E942 is #5E16BD. Grayscale: #C1C1C1. Windows color (decimal): -6166206 or 4385185. OLE color: 4385185.
HSL color Cylindrical-coordinate representation of color #A1E942: hue angle of 85.87º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1E942 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 66 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.09 |
| HSL | 85.87º | 0.79% | 0.59% | - |
| HSV(B) | 85.87º | 0.72% | 0.91% | - |
| XYZ | 44.82 | 66.25 | 15.58 | - |
| YUV | 192.43 | 56.65 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 66 | 0.31 | 0 | 0.72 | 0.09 | 85.87 | 0.79 | 0.59 |
| Hex | A1 | E9 | 42 | 1F | 0 | 48 | 9 | 56 | 4F | 3B |
| Octal | 241 | 351 | 102 | 37 | 0 | 110 | 11 | 126 | 117 | 73 |
| Binary | 10100001 | 11101001 | 1000010 | 11111 | 0 | 1001000 | 1001 | 1010110 | 1001111 | 111011 |
Color Harmonies of #A1E942
Complementary color
Monochromatic Colors of #A1E942
Black with #A1E942
Text Example
Text Example
White with #A1E942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E942; }
p { color: rgb(161,233,66); }
H1.HeaderClassName
{
color: #A1E942;
}
.AnyTagClassName
{
color: #A1E942;
}
</style>
background-color css
<style>
a { background-color: #A1E942; }
a { background-color: rgb(161,233,66); }
div.DivClassName
{
background-color: #A1E942;
}
.BgClassName
{
background-color: #A1E942;
}
</style>
border-color css
<style>
span { border-color: #A1E942; }
span { border-color: rgb(161,233,66); }
td.TdClassName
{
border-color: #A1E942;
}
.TagClassName
{
border-color: #A1E942;
}
</style>