Shades of Atlantis #A1E433
Tints of Atlantis #A1E433
RGB
CMYK
RGB Variations
Color information
#A1E433 (or 0xA1E433) is known color: Atlantis. HEX triplet: A1, E4 and 33. RGB value is (161,228,51). Sum of RGB (Red+Green+Blue) = 161+228+51=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E433 is #5E1BCC. Grayscale: #BCBCBC. Windows color (decimal): -6167501 or 3400865. OLE color: 3400865.
HSL color Cylindrical-coordinate representation of color #A1E433: hue angle of 82.71º 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 #A1E433 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 51 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.11 |
| HSL | 82.71º | 0.77% | 0.55% | - |
| HSV(B) | 82.71º | 0.78% | 0.89% | - |
| XYZ | 43.04 | 63.3 | 13.08 | - |
| YUV | 187.79 | 50.8 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 51 | 0.29 | 0 | 0.78 | 0.11 | 82.71 | 0.77 | 0.55 |
| Hex | A1 | E4 | 33 | 1D | 0 | 4E | B | 53 | 4D | 37 |
| Octal | 241 | 344 | 63 | 35 | 0 | 116 | 13 | 123 | 115 | 67 |
| Binary | 10100001 | 11100100 | 110011 | 11101 | 0 | 1001110 | 1011 | 1010011 | 1001101 | 110111 |
Color Harmonies of #A1E433
Complementary color
Monochromatic Colors of #A1E433
Black with #A1E433
Text Example
Text Example
White with #A1E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E433; }
p { color: rgb(161,228,51); }
H1.HeaderClassName
{
color: #A1E433;
}
.AnyTagClassName
{
color: #A1E433;
}
</style>
background-color css
<style>
a { background-color: #A1E433; }
a { background-color: rgb(161,228,51); }
div.DivClassName
{
background-color: #A1E433;
}
.BgClassName
{
background-color: #A1E433;
}
</style>
border-color css
<style>
span { border-color: #A1E433; }
span { border-color: rgb(161,228,51); }
td.TdClassName
{
border-color: #A1E433;
}
.TagClassName
{
border-color: #A1E433;
}
</style>