Shades of Atlantis #A3E137
Tints of Atlantis #A3E137
RGB
CMYK
RGB Variations
Color information
#A3E137 (or 0xA3E137) is known color: Atlantis. HEX triplet: A3, E1 and 37. RGB value is (163,225,55). Sum of RGB (Red+Green+Blue) = 163+225+55=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E137 is #5C1EC8. Grayscale: #BBBBBB. Windows color (decimal): -6037193 or 3662243. OLE color: 3662243.
HSL color Cylindrical-coordinate representation of color #A3E137: hue angle of 81.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3E137 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 55 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.12 |
| HSL | 81.88º | 0.74% | 0.55% | - |
| HSV(B) | 81.88º | 0.76% | 0.88% | - |
| XYZ | 42.72 | 61.91 | 13.31 | - |
| YUV | 187.08 | 53.46 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 55 | 0.28 | 0 | 0.76 | 0.12 | 81.88 | 0.74 | 0.55 |
| Hex | A3 | E1 | 37 | 1C | 0 | 4C | C | 52 | 4A | 37 |
| Octal | 243 | 341 | 67 | 34 | 0 | 114 | 14 | 122 | 112 | 67 |
| Binary | 10100011 | 11100001 | 110111 | 11100 | 0 | 1001100 | 1100 | 1010010 | 1001010 | 110111 |
Color Harmonies of #A3E137
Complementary color
Monochromatic Colors of #A3E137
Black with #A3E137
Text Example
Text Example
White with #A3E137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E137; }
p { color: rgb(163,225,55); }
H1.HeaderClassName
{
color: #A3E137;
}
.AnyTagClassName
{
color: #A3E137;
}
</style>
background-color css
<style>
a { background-color: #A3E137; }
a { background-color: rgb(163,225,55); }
div.DivClassName
{
background-color: #A3E137;
}
.BgClassName
{
background-color: #A3E137;
}
</style>
border-color css
<style>
span { border-color: #A3E137; }
span { border-color: rgb(163,225,55); }
td.TdClassName
{
border-color: #A3E137;
}
.TagClassName
{
border-color: #A3E137;
}
</style>