Shades of Atlantis #A1E234
Tints of Atlantis #A1E234
RGB
CMYK
RGB Variations
Color information
#A1E234 (or 0xA1E234) is known color: Atlantis. HEX triplet: A1, E2 and 34. RGB value is (161,226,52). Sum of RGB (Red+Green+Blue) = 161+226+52=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E234 is #5E1DCB. Grayscale: #BBBBBB. Windows color (decimal): -6168012 or 3465889. OLE color: 3465889.
HSL color Cylindrical-coordinate representation of color #A1E234: hue angle of 82.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1E234 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 52 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.11 |
| HSL | 82.41º | 0.75% | 0.55% | - |
| HSV(B) | 82.41º | 0.77% | 0.89% | - |
| XYZ | 42.51 | 62.22 | 13.02 | - |
| YUV | 186.73 | 51.97 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 52 | 0.29 | 0 | 0.77 | 0.11 | 82.41 | 0.75 | 0.55 |
| Hex | A1 | E2 | 34 | 1D | 0 | 4D | B | 52 | 4B | 37 |
| Octal | 241 | 342 | 64 | 35 | 0 | 115 | 13 | 122 | 113 | 67 |
| Binary | 10100001 | 11100010 | 110100 | 11101 | 0 | 1001101 | 1011 | 1010010 | 1001011 | 110111 |
Color Harmonies of #A1E234
Complementary color
Monochromatic Colors of #A1E234
Black with #A1E234
Text Example
Text Example
White with #A1E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E234; }
p { color: rgb(161,226,52); }
H1.HeaderClassName
{
color: #A1E234;
}
.AnyTagClassName
{
color: #A1E234;
}
</style>
background-color css
<style>
a { background-color: #A1E234; }
a { background-color: rgb(161,226,52); }
div.DivClassName
{
background-color: #A1E234;
}
.BgClassName
{
background-color: #A1E234;
}
</style>
border-color css
<style>
span { border-color: #A1E234; }
span { border-color: rgb(161,226,52); }
td.TdClassName
{
border-color: #A1E234;
}
.TagClassName
{
border-color: #A1E234;
}
</style>