Shades of Atlantis #A3C53E
Tints of Atlantis #A3C53E
RGB
CMYK
RGB Variations
Color information
#A3C53E (or 0xA3C53E) is known color: Atlantis. HEX triplet: A3, C5 and 3E. RGB value is (163,197,62). Sum of RGB (Red+Green+Blue) = 163+197+62=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C53E is #5C3AC1. Grayscale: #ABABAB. Windows color (decimal): -6044354 or 4113827. OLE color: 4113827.
HSL color Cylindrical-coordinate representation of color #A3C53E: hue angle of 75.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3C53E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 62 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.23 |
| HSL | 75.11º | 0.54% | 0.51% | - |
| HSV(B) | 75.11º | 0.69% | 0.77% | - |
| XYZ | 35.94 | 48.07 | 11.94 | - |
| YUV | 171.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 62 | 0.17 | 0 | 0.69 | 0.23 | 75.11 | 0.54 | 0.51 |
| Hex | A3 | C5 | 3E | 11 | 0 | 45 | 17 | 4B | 36 | 33 |
| Octal | 243 | 305 | 76 | 21 | 0 | 105 | 27 | 113 | 66 | 63 |
| Binary | 10100011 | 11000101 | 111110 | 10001 | 0 | 1000101 | 10111 | 1001011 | 110110 | 110011 |
Color Harmonies of #A3C53E
Complementary color
Monochromatic Colors of #A3C53E
Black with #A3C53E
Text Example
Text Example
White with #A3C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C53E; }
p { color: rgb(163,197,62); }
H1.HeaderClassName
{
color: #A3C53E;
}
.AnyTagClassName
{
color: #A3C53E;
}
</style>
background-color css
<style>
a { background-color: #A3C53E; }
a { background-color: rgb(163,197,62); }
div.DivClassName
{
background-color: #A3C53E;
}
.BgClassName
{
background-color: #A3C53E;
}
</style>
border-color css
<style>
span { border-color: #A3C53E; }
span { border-color: rgb(163,197,62); }
td.TdClassName
{
border-color: #A3C53E;
}
.TagClassName
{
border-color: #A3C53E;
}
</style>