Shades of Atlantis #A1E432
Tints of Atlantis #A1E432
RGB
CMYK
RGB Variations
Color information
#A1E432 (or 0xA1E432) is known color: Atlantis. HEX triplet: A1, E4 and 32. RGB value is (161,228,50). Sum of RGB (Red+Green+Blue) = 161+228+50=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E432 is #5E1BCD. Grayscale: #BCBCBC. Windows color (decimal): -6167502 or 3335329. OLE color: 3335329.
HSL color Cylindrical-coordinate representation of color #A1E432: hue angle of 82.58º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1E432 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 50 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.11 |
| HSL | 82.58º | 0.77% | 0.55% | - |
| HSV(B) | 82.58º | 0.78% | 0.89% | - |
| XYZ | 43.02 | 63.29 | 12.97 | - |
| YUV | 187.68 | 50.3 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 50 | 0.29 | 0 | 0.78 | 0.11 | 82.58 | 0.77 | 0.55 |
| Hex | A1 | E4 | 32 | 1D | 0 | 4E | B | 53 | 4D | 37 |
| Octal | 241 | 344 | 62 | 35 | 0 | 116 | 13 | 123 | 115 | 67 |
| Binary | 10100001 | 11100100 | 110010 | 11101 | 0 | 1001110 | 1011 | 1010011 | 1001101 | 110111 |
Color Harmonies of #A1E432
Complementary color
Monochromatic Colors of #A1E432
Black with #A1E432
Text Example
Text Example
White with #A1E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E432; }
p { color: rgb(161,228,50); }
H1.HeaderClassName
{
color: #A1E432;
}
.AnyTagClassName
{
color: #A1E432;
}
</style>
background-color css
<style>
a { background-color: #A1E432; }
a { background-color: rgb(161,228,50); }
div.DivClassName
{
background-color: #A1E432;
}
.BgClassName
{
background-color: #A1E432;
}
</style>
border-color css
<style>
span { border-color: #A1E432; }
span { border-color: rgb(161,228,50); }
td.TdClassName
{
border-color: #A1E432;
}
.TagClassName
{
border-color: #A1E432;
}
</style>