Shades of Atlantis #A0C53F
Tints of Atlantis #A0C53F
RGB
CMYK
RGB Variations
Color information
#A0C53F (or 0xA0C53F) is known color: Atlantis. HEX triplet: A0, C5 and 3F. RGB value is (160,197,63). Sum of RGB (Red+Green+Blue) = 160+197+63=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C53F is #5F3AC0. Grayscale: #ABABAB. Windows color (decimal): -6240961 or 4179360. OLE color: 4179360.
HSL color Cylindrical-coordinate representation of color #A0C53F: hue angle of 76.57º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0C53F is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 63 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.23 |
| HSL | 76.57º | 0.54% | 0.51% | - |
| HSV(B) | 76.57º | 0.68% | 0.77% | - |
| XYZ | 35.36 | 47.76 | 12.06 | - |
| YUV | 170.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 63 | 0.19 | 0 | 0.68 | 0.23 | 76.57 | 0.54 | 0.51 |
| Hex | A0 | C5 | 3F | 13 | 0 | 44 | 17 | 4D | 36 | 33 |
| Octal | 240 | 305 | 77 | 23 | 0 | 104 | 27 | 115 | 66 | 63 |
| Binary | 10100000 | 11000101 | 111111 | 10011 | 0 | 1000100 | 10111 | 1001101 | 110110 | 110011 |
Color Harmonies of #A0C53F
Complementary color
Monochromatic Colors of #A0C53F
Black with #A0C53F
Text Example
Text Example
White with #A0C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C53F; }
p { color: rgb(160,197,63); }
H1.HeaderClassName
{
color: #A0C53F;
}
.AnyTagClassName
{
color: #A0C53F;
}
</style>
background-color css
<style>
a { background-color: #A0C53F; }
a { background-color: rgb(160,197,63); }
div.DivClassName
{
background-color: #A0C53F;
}
.BgClassName
{
background-color: #A0C53F;
}
</style>
border-color css
<style>
span { border-color: #A0C53F; }
span { border-color: rgb(160,197,63); }
td.TdClassName
{
border-color: #A0C53F;
}
.TagClassName
{
border-color: #A0C53F;
}
</style>