Shades of Atlantis #A0C53B
Tints of Atlantis #A0C53B
RGB
CMYK
RGB Variations
Color information
#A0C53B (or 0xA0C53B) is known color: Atlantis. HEX triplet: A0, C5 and 3B. RGB value is (160,197,59). Sum of RGB (Red+Green+Blue) = 160+197+59=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C53B is #5F3AC4. Grayscale: #AAAAAA. Windows color (decimal): -6240965 or 3917216. OLE color: 3917216.
HSL color Cylindrical-coordinate representation of color #A0C53B: hue angle of 76.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C53B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 59 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.23 |
| HSL | 76.09º | 0.54% | 0.5% | - |
| HSV(B) | 76.09º | 0.7% | 0.77% | - |
| XYZ | 35.25 | 47.72 | 11.49 | - |
| YUV | 170.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 59 | 0.19 | 0 | 0.70 | 0.23 | 76.09 | 0.54 | 0.5 |
| Hex | A0 | C5 | 3B | 13 | 0 | 46 | 17 | 4C | 36 | 32 |
| Octal | 240 | 305 | 73 | 23 | 0 | 106 | 27 | 114 | 66 | 62 |
| Binary | 10100000 | 11000101 | 111011 | 10011 | 0 | 1000110 | 10111 | 1001100 | 110110 | 110010 |
Color Harmonies of #A0C53B
Complementary color
Monochromatic Colors of #A0C53B
Black with #A0C53B
Text Example
Text Example
White with #A0C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C53B; }
p { color: rgb(160,197,59); }
H1.HeaderClassName
{
color: #A0C53B;
}
.AnyTagClassName
{
color: #A0C53B;
}
</style>
background-color css
<style>
a { background-color: #A0C53B; }
a { background-color: rgb(160,197,59); }
div.DivClassName
{
background-color: #A0C53B;
}
.BgClassName
{
background-color: #A0C53B;
}
</style>
border-color css
<style>
span { border-color: #A0C53B; }
span { border-color: rgb(160,197,59); }
td.TdClassName
{
border-color: #A0C53B;
}
.TagClassName
{
border-color: #A0C53B;
}
</style>