Shades of Atlantis #A1E833
Tints of Atlantis #A1E833
RGB
CMYK
RGB Variations
Color information
#A1E833 (or 0xA1E833) is known color: Atlantis. HEX triplet: A1, E8 and 33. RGB value is (161,232,51). Sum of RGB (Red+Green+Blue) = 161+232+51=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E833 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E833 is #5E17CC. Grayscale: #BEBEBE. Windows color (decimal): -6166477 or 3401889. OLE color: 3401889.
HSL color Cylindrical-coordinate representation of color #A1E833: hue angle of 83.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1E833 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 51 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.09 |
| HSL | 83.54º | 0.8% | 0.55% | - |
| HSV(B) | 83.54º | 0.78% | 0.91% | - |
| XYZ | 44.15 | 65.53 | 13.45 | - |
| YUV | 190.14 | 49.48 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 51 | 0.31 | 0 | 0.78 | 0.09 | 83.54 | 0.8 | 0.55 |
| Hex | A1 | E8 | 33 | 1F | 0 | 4E | 9 | 54 | 50 | 37 |
| Octal | 241 | 350 | 63 | 37 | 0 | 116 | 11 | 124 | 120 | 67 |
| Binary | 10100001 | 11101000 | 110011 | 11111 | 0 | 1001110 | 1001 | 1010100 | 1010000 | 110111 |
Color Harmonies of #A1E833
Complementary color
Monochromatic Colors of #A1E833
Black with #A1E833
Text Example
Text Example
White with #A1E833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E833; }
p { color: rgb(161,232,51); }
H1.HeaderClassName
{
color: #A1E833;
}
.AnyTagClassName
{
color: #A1E833;
}
</style>
background-color css
<style>
a { background-color: #A1E833; }
a { background-color: rgb(161,232,51); }
div.DivClassName
{
background-color: #A1E833;
}
.BgClassName
{
background-color: #A1E833;
}
</style>
border-color css
<style>
span { border-color: #A1E833; }
span { border-color: rgb(161,232,51); }
td.TdClassName
{
border-color: #A1E833;
}
.TagClassName
{
border-color: #A1E833;
}
</style>