Shades of Atlantis #A1E33D
Tints of Atlantis #A1E33D
RGB
CMYK
RGB Variations
Color information
#A1E33D (or 0xA1E33D) is known color: Atlantis. HEX triplet: A1, E3 and 3D. RGB value is (161,227,61). Sum of RGB (Red+Green+Blue) = 161+227+61=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E33D is #5E1CC2. Grayscale: #BCBCBC. Windows color (decimal): -6167747 or 4055969. OLE color: 4055969.
HSL color Cylindrical-coordinate representation of color #A1E33D: hue angle of 83.86º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1E33D is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 61 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.11 |
| HSL | 83.86º | 0.75% | 0.56% | - |
| HSV(B) | 83.86º | 0.73% | 0.89% | - |
| XYZ | 43.01 | 62.85 | 14.28 | - |
| YUV | 188.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 61 | 0.29 | 0 | 0.73 | 0.11 | 83.86 | 0.75 | 0.56 |
| Hex | A1 | E3 | 3D | 1D | 0 | 49 | B | 54 | 4B | 38 |
| Octal | 241 | 343 | 75 | 35 | 0 | 111 | 13 | 124 | 113 | 70 |
| Binary | 10100001 | 11100011 | 111101 | 11101 | 0 | 1001001 | 1011 | 1010100 | 1001011 | 111000 |
Color Harmonies of #A1E33D
Complementary color
Monochromatic Colors of #A1E33D
Black with #A1E33D
Text Example
Text Example
White with #A1E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E33D; }
p { color: rgb(161,227,61); }
H1.HeaderClassName
{
color: #A1E33D;
}
.AnyTagClassName
{
color: #A1E33D;
}
</style>
background-color css
<style>
a { background-color: #A1E33D; }
a { background-color: rgb(161,227,61); }
div.DivClassName
{
background-color: #A1E33D;
}
.BgClassName
{
background-color: #A1E33D;
}
</style>
border-color css
<style>
span { border-color: #A1E33D; }
span { border-color: rgb(161,227,61); }
td.TdClassName
{
border-color: #A1E33D;
}
.TagClassName
{
border-color: #A1E33D;
}
</style>