Shades of Atlantis #A0C553
Tints of Atlantis #A0C553
RGB
CMYK
RGB Variations
Color information
#A0C553 (or 0xA0C553) is known color: Atlantis. HEX triplet: A0, C5 and 53. RGB value is (160,197,83). Sum of RGB (Red+Green+Blue) = 160+197+83=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C553 is #5F3AAC. Grayscale: #ADADAD. Windows color (decimal): -6240941 or 5490080. OLE color: 5490080.
HSL color Cylindrical-coordinate representation of color #A0C553: hue angle of 79.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0C553 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 83 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.23 |
| HSL | 79.47º | 0.5% | 0.55% | - |
| HSV(B) | 79.47º | 0.58% | 0.77% | - |
| XYZ | 36.02 | 48.03 | 15.56 | - |
| YUV | 172.94 | 77.24 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 83 | 0.19 | 0 | 0.58 | 0.23 | 79.47 | 0.5 | 0.55 |
| Hex | A0 | C5 | 53 | 13 | 0 | 3A | 17 | 4F | 32 | 37 |
| Octal | 240 | 305 | 123 | 23 | 0 | 72 | 27 | 117 | 62 | 67 |
| Binary | 10100000 | 11000101 | 1010011 | 10011 | 0 | 111010 | 10111 | 1001111 | 110010 | 110111 |
Color Harmonies of #A0C553
Complementary color
Monochromatic Colors of #A0C553
Black with #A0C553
Text Example
Text Example
White with #A0C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C553; }
p { color: rgb(160,197,83); }
H1.HeaderClassName
{
color: #A0C553;
}
.AnyTagClassName
{
color: #A0C553;
}
</style>
background-color css
<style>
a { background-color: #A0C553; }
a { background-color: rgb(160,197,83); }
div.DivClassName
{
background-color: #A0C553;
}
.BgClassName
{
background-color: #A0C553;
}
</style>
border-color css
<style>
span { border-color: #A0C553; }
span { border-color: rgb(160,197,83); }
td.TdClassName
{
border-color: #A0C553;
}
.TagClassName
{
border-color: #A0C553;
}
</style>