Shades of Atlantis #A0C549
Tints of Atlantis #A0C549
RGB
CMYK
RGB Variations
Color information
#A0C549 (or 0xA0C549) is known color: Atlantis. HEX triplet: A0, C5 and 49. RGB value is (160,197,73). Sum of RGB (Red+Green+Blue) = 160+197+73=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C549 is #5F3AB6. Grayscale: #ACACAC. Windows color (decimal): -6240951 or 4834720. OLE color: 4834720.
HSL color Cylindrical-coordinate representation of color #A0C549: hue angle of 77.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0C549 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 73 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.23 |
| HSL | 77.9º | 0.52% | 0.53% | - |
| HSV(B) | 77.9º | 0.63% | 0.77% | - |
| XYZ | 35.67 | 47.89 | 13.67 | - |
| YUV | 171.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 73 | 0.19 | 0 | 0.63 | 0.23 | 77.9 | 0.52 | 0.53 |
| Hex | A0 | C5 | 49 | 13 | 0 | 3F | 17 | 4E | 34 | 35 |
| Octal | 240 | 305 | 111 | 23 | 0 | 77 | 27 | 116 | 64 | 65 |
| Binary | 10100000 | 11000101 | 1001001 | 10011 | 0 | 111111 | 10111 | 1001110 | 110100 | 110101 |
Color Harmonies of #A0C549
Complementary color
Monochromatic Colors of #A0C549
Black with #A0C549
Text Example
Text Example
White with #A0C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C549; }
p { color: rgb(160,197,73); }
H1.HeaderClassName
{
color: #A0C549;
}
.AnyTagClassName
{
color: #A0C549;
}
</style>
background-color css
<style>
a { background-color: #A0C549; }
a { background-color: rgb(160,197,73); }
div.DivClassName
{
background-color: #A0C549;
}
.BgClassName
{
background-color: #A0C549;
}
</style>
border-color css
<style>
span { border-color: #A0C549; }
span { border-color: rgb(160,197,73); }
td.TdClassName
{
border-color: #A0C549;
}
.TagClassName
{
border-color: #A0C549;
}
</style>