Shades of Atlantis #A3E540
Tints of Atlantis #A3E540
RGB
CMYK
RGB Variations
Color information
#A3E540 (or 0xA3E540) is known color: Atlantis. HEX triplet: A3, E5 and 40. RGB value is (163,229,64). Sum of RGB (Red+Green+Blue) = 163+229+64=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E540 is #5C1ABF. Grayscale: #BFBFBF. Windows color (decimal): -6036160 or 4253091. OLE color: 4253091.
HSL color Cylindrical-coordinate representation of color #A3E540: hue angle of 84º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3E540 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 64 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.10 |
| HSL | 84º | 0.76% | 0.57% | - |
| HSV(B) | 84º | 0.72% | 0.9% | - |
| XYZ | 44.05 | 64.2 | 14.92 | - |
| YUV | 190.46 | 56.63 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 64 | 0.29 | 0 | 0.72 | 0.10 | 84 | 0.76 | 0.57 |
| Hex | A3 | E5 | 40 | 1D | 0 | 48 | A | 54 | 4C | 39 |
| Octal | 243 | 345 | 100 | 35 | 0 | 110 | 12 | 124 | 114 | 71 |
| Binary | 10100011 | 11100101 | 1000000 | 11101 | 0 | 1001000 | 1010 | 1010100 | 1001100 | 111001 |
Color Harmonies of #A3E540
Complementary color
Monochromatic Colors of #A3E540
Black with #A3E540
Text Example
Text Example
White with #A3E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E540; }
p { color: rgb(163,229,64); }
H1.HeaderClassName
{
color: #A3E540;
}
.AnyTagClassName
{
color: #A3E540;
}
</style>
background-color css
<style>
a { background-color: #A3E540; }
a { background-color: rgb(163,229,64); }
div.DivClassName
{
background-color: #A3E540;
}
.BgClassName
{
background-color: #A3E540;
}
</style>
border-color css
<style>
span { border-color: #A3E540; }
span { border-color: rgb(163,229,64); }
td.TdClassName
{
border-color: #A3E540;
}
.TagClassName
{
border-color: #A3E540;
}
</style>