Shades of Atlantis #A3E740
Tints of Atlantis #A3E740
RGB
CMYK
RGB Variations
Color information
#A3E740 (or 0xA3E740) is known color: Atlantis. HEX triplet: A3, E7 and 40. RGB value is (163,231,64). Sum of RGB (Red+Green+Blue) = 163+231+64=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A3E740 is #5C18BF. Grayscale: #C0C0C0. Windows color (decimal): -6035648 or 4253603. OLE color: 4253603.
HSL color Cylindrical-coordinate representation of color #A3E740: hue angle of 84.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3E740 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 231 | 64 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.09 |
| HSL | 84.43º | 0.78% | 0.58% | - |
| HSV(B) | 84.43º | 0.72% | 0.91% | - |
| XYZ | 44.61 | 65.31 | 15.11 | - |
| YUV | 191.63 | 55.97 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 64 | 0.29 | 0 | 0.72 | 0.09 | 84.43 | 0.78 | 0.58 |
| Hex | A3 | E7 | 40 | 1D | 0 | 48 | 9 | 54 | 4E | 3A |
| Octal | 243 | 347 | 100 | 35 | 0 | 110 | 11 | 124 | 116 | 72 |
| Binary | 10100011 | 11100111 | 1000000 | 11101 | 0 | 1001000 | 1001 | 1010100 | 1001110 | 111010 |
Color Harmonies of #A3E740
Complementary color
Monochromatic Colors of #A3E740
Black with #A3E740
Text Example
Text Example
White with #A3E740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E740; }
p { color: rgb(163,231,64); }
H1.HeaderClassName
{
color: #A3E740;
}
.AnyTagClassName
{
color: #A3E740;
}
</style>
background-color css
<style>
a { background-color: #A3E740; }
a { background-color: rgb(163,231,64); }
div.DivClassName
{
background-color: #A3E740;
}
.BgClassName
{
background-color: #A3E740;
}
</style>
border-color css
<style>
span { border-color: #A3E740; }
span { border-color: rgb(163,231,64); }
td.TdClassName
{
border-color: #A3E740;
}
.TagClassName
{
border-color: #A3E740;
}
</style>