Shades of Atlantis #A0C049
Tints of Atlantis #A0C049
RGB
CMYK
RGB Variations
Color information
#A0C049 (or 0xA0C049) is known color: Atlantis. HEX triplet: A0, C0 and 49. RGB value is (160,192,73). Sum of RGB (Red+Green+Blue) = 160+192+73=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C049 is #5F3FB6. Grayscale: #A9A9A9. Windows color (decimal): -6242231 or 4833440. OLE color: 4833440.
HSL color Cylindrical-coordinate representation of color #A0C049: hue angle of 76.13º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0C049 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 73 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.25 |
| HSL | 76.13º | 0.49% | 0.52% | - |
| HSV(B) | 76.13º | 0.62% | 0.75% | - |
| XYZ | 34.55 | 45.65 | 13.29 | - |
| YUV | 168.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 73 | 0.17 | 0 | 0.62 | 0.25 | 76.13 | 0.49 | 0.52 |
| Hex | A0 | C0 | 49 | 11 | 0 | 3E | 19 | 4C | 31 | 34 |
| Octal | 240 | 300 | 111 | 21 | 0 | 76 | 31 | 114 | 61 | 64 |
| Binary | 10100000 | 11000000 | 1001001 | 10001 | 0 | 111110 | 11001 | 1001100 | 110001 | 110100 |
Color Harmonies of #A0C049
Complementary color
Monochromatic Colors of #A0C049
Black with #A0C049
Text Example
Text Example
White with #A0C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C049; }
p { color: rgb(160,192,73); }
H1.HeaderClassName
{
color: #A0C049;
}
.AnyTagClassName
{
color: #A0C049;
}
</style>
background-color css
<style>
a { background-color: #A0C049; }
a { background-color: rgb(160,192,73); }
div.DivClassName
{
background-color: #A0C049;
}
.BgClassName
{
background-color: #A0C049;
}
</style>
border-color css
<style>
span { border-color: #A0C049; }
span { border-color: rgb(160,192,73); }
td.TdClassName
{
border-color: #A0C049;
}
.TagClassName
{
border-color: #A0C049;
}
</style>