Shades of Atlantis #A3E431
Tints of Atlantis #A3E431
RGB
CMYK
RGB Variations
Color information
#A3E431 (or 0xA3E431) is known color: Atlantis. HEX triplet: A3, E4 and 31. RGB value is (163,228,49). Sum of RGB (Red+Green+Blue) = 163+228+49=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E431 is #5C1BCE. Grayscale: #BCBCBC. Windows color (decimal): -6036431 or 3269795. OLE color: 3269795.
HSL color Cylindrical-coordinate representation of color #A3E431: hue angle of 81.79º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3E431 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 49 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.11 |
| HSL | 81.79º | 0.77% | 0.54% | - |
| HSV(B) | 81.79º | 0.79% | 0.89% | - |
| XYZ | 43.4 | 63.5 | 12.87 | - |
| YUV | 188.16 | 49.47 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 49 | 0.29 | 0 | 0.79 | 0.11 | 81.79 | 0.77 | 0.54 |
| Hex | A3 | E4 | 31 | 1D | 0 | 4F | B | 52 | 4D | 36 |
| Octal | 243 | 344 | 61 | 35 | 0 | 117 | 13 | 122 | 115 | 66 |
| Binary | 10100011 | 11100100 | 110001 | 11101 | 0 | 1001111 | 1011 | 1010010 | 1001101 | 110110 |
Color Harmonies of #A3E431
Complementary color
Monochromatic Colors of #A3E431
Black with #A3E431
Text Example
Text Example
White with #A3E431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E431; }
p { color: rgb(163,228,49); }
H1.HeaderClassName
{
color: #A3E431;
}
.AnyTagClassName
{
color: #A3E431;
}
</style>
background-color css
<style>
a { background-color: #A3E431; }
a { background-color: rgb(163,228,49); }
div.DivClassName
{
background-color: #A3E431;
}
.BgClassName
{
background-color: #A3E431;
}
</style>
border-color css
<style>
span { border-color: #A3E431; }
span { border-color: rgb(163,228,49); }
td.TdClassName
{
border-color: #A3E431;
}
.TagClassName
{
border-color: #A3E431;
}
</style>