Shades of Atlantis #A3E32E
Tints of Atlantis #A3E32E
RGB
CMYK
RGB Variations
Color information
#A3E32E (or 0xA3E32E) is known color: Atlantis. HEX triplet: A3, E3 and 2E. RGB value is (163,227,46). Sum of RGB (Red+Green+Blue) = 163+227+46=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E32E is #5C1CD1. Grayscale: #BBBBBB. Windows color (decimal): -6036690 or 3072931. OLE color: 3072931.
HSL color Cylindrical-coordinate representation of color #A3E32E: hue angle of 81.22º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3E32E is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 46 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.11 |
| HSL | 81.22º | 0.76% | 0.54% | - |
| HSV(B) | 81.22º | 0.8% | 0.89% | - |
| XYZ | 43.07 | 62.92 | 12.46 | - |
| YUV | 187.23 | 48.3 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 46 | 0.28 | 0 | 0.80 | 0.11 | 81.22 | 0.76 | 0.54 |
| Hex | A3 | E3 | 2E | 1C | 0 | 50 | B | 51 | 4C | 36 |
| Octal | 243 | 343 | 56 | 34 | 0 | 120 | 13 | 121 | 114 | 66 |
| Binary | 10100011 | 11100011 | 101110 | 11100 | 0 | 1010000 | 1011 | 1010001 | 1001100 | 110110 |
Color Harmonies of #A3E32E
Complementary color
Monochromatic Colors of #A3E32E
Black with #A3E32E
Text Example
Text Example
White with #A3E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E32E; }
p { color: rgb(163,227,46); }
H1.HeaderClassName
{
color: #A3E32E;
}
.AnyTagClassName
{
color: #A3E32E;
}
</style>
background-color css
<style>
a { background-color: #A3E32E; }
a { background-color: rgb(163,227,46); }
div.DivClassName
{
background-color: #A3E32E;
}
.BgClassName
{
background-color: #A3E32E;
}
</style>
border-color css
<style>
span { border-color: #A3E32E; }
span { border-color: rgb(163,227,46); }
td.TdClassName
{
border-color: #A3E32E;
}
.TagClassName
{
border-color: #A3E32E;
}
</style>