Shades of Atlantis #A1E43F
Tints of Atlantis #A1E43F
RGB
CMYK
RGB Variations
Color information
#A1E43F (or 0xA1E43F) is known color: Atlantis. HEX triplet: A1, E4 and 3F. RGB value is (161,228,63). Sum of RGB (Red+Green+Blue) = 161+228+63=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E43F is #5E1BC0. Grayscale: #BDBDBD. Windows color (decimal): -6167489 or 4187297. OLE color: 4187297.
HSL color Cylindrical-coordinate representation of color #A1E43F: hue angle of 84.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1E43F is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 63 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.11 |
| HSL | 84.36º | 0.75% | 0.57% | - |
| HSV(B) | 84.36º | 0.72% | 0.89% | - |
| XYZ | 43.34 | 63.42 | 14.66 | - |
| YUV | 189.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 63 | 0.29 | 0 | 0.72 | 0.11 | 84.36 | 0.75 | 0.57 |
| Hex | A1 | E4 | 3F | 1D | 0 | 48 | B | 54 | 4B | 39 |
| Octal | 241 | 344 | 77 | 35 | 0 | 110 | 13 | 124 | 113 | 71 |
| Binary | 10100001 | 11100100 | 111111 | 11101 | 0 | 1001000 | 1011 | 1010100 | 1001011 | 111001 |
Color Harmonies of #A1E43F
Complementary color
Monochromatic Colors of #A1E43F
Black with #A1E43F
Text Example
Text Example
White with #A1E43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E43F; }
p { color: rgb(161,228,63); }
H1.HeaderClassName
{
color: #A1E43F;
}
.AnyTagClassName
{
color: #A1E43F;
}
</style>
background-color css
<style>
a { background-color: #A1E43F; }
a { background-color: rgb(161,228,63); }
div.DivClassName
{
background-color: #A1E43F;
}
.BgClassName
{
background-color: #A1E43F;
}
</style>
border-color css
<style>
span { border-color: #A1E43F; }
span { border-color: rgb(161,228,63); }
td.TdClassName
{
border-color: #A1E43F;
}
.TagClassName
{
border-color: #A1E43F;
}
</style>