Shades of Atlantis #A1E93B
Tints of Atlantis #A1E93B
RGB
CMYK
RGB Variations
Color information
#A1E93B (or 0xA1E93B) is known color: Atlantis. HEX triplet: A1, E9 and 3B. RGB value is (161,233,59). Sum of RGB (Red+Green+Blue) = 161+233+59=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 233 (91.41% from 255 or 51.43% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E93B is #5E16C4. Grayscale: #C0C0C0. Windows color (decimal): -6166213 or 3926433. OLE color: 3926433.
HSL color Cylindrical-coordinate representation of color #A1E93B: hue angle of 84.83º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1E93B is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 59 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.09 |
| HSL | 84.83º | 0.8% | 0.57% | - |
| HSV(B) | 84.83º | 0.75% | 0.91% | - |
| XYZ | 44.63 | 66.17 | 14.56 | - |
| YUV | 191.64 | 53.15 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 59 | 0.31 | 0 | 0.75 | 0.09 | 84.83 | 0.8 | 0.57 |
| Hex | A1 | E9 | 3B | 1F | 0 | 4B | 9 | 55 | 50 | 39 |
| Octal | 241 | 351 | 73 | 37 | 0 | 113 | 11 | 125 | 120 | 71 |
| Binary | 10100001 | 11101001 | 111011 | 11111 | 0 | 1001011 | 1001 | 1010101 | 1010000 | 111001 |
Color Harmonies of #A1E93B
Complementary color
Monochromatic Colors of #A1E93B
Black with #A1E93B
Text Example
Text Example
White with #A1E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E93B; }
p { color: rgb(161,233,59); }
H1.HeaderClassName
{
color: #A1E93B;
}
.AnyTagClassName
{
color: #A1E93B;
}
</style>
background-color css
<style>
a { background-color: #A1E93B; }
a { background-color: rgb(161,233,59); }
div.DivClassName
{
background-color: #A1E93B;
}
.BgClassName
{
background-color: #A1E93B;
}
</style>
border-color css
<style>
span { border-color: #A1E93B; }
span { border-color: rgb(161,233,59); }
td.TdClassName
{
border-color: #A1E93B;
}
.TagClassName
{
border-color: #A1E93B;
}
</style>