Shades of Atlantis #A0C849
Tints of Atlantis #A0C849
RGB
CMYK
RGB Variations
Color information
#A0C849 (or 0xA0C849) is known color: Atlantis. HEX triplet: A0, C8 and 49. RGB value is (160,200,73). Sum of RGB (Red+Green+Blue) = 160+200+73=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C849 is #5F37B6. Grayscale: #AEAEAE. Windows color (decimal): -6240183 or 4835488. OLE color: 4835488.
HSL color Cylindrical-coordinate representation of color #A0C849: hue angle of 78.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0C849 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 73 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.22 |
| HSL | 78.9º | 0.54% | 0.54% | - |
| HSV(B) | 78.9º | 0.64% | 0.78% | - |
| XYZ | 36.35 | 49.26 | 13.9 | - |
| YUV | 173.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 73 | 0.2 | 0 | 0.64 | 0.22 | 78.9 | 0.54 | 0.54 |
| Hex | A0 | C8 | 49 | 14 | 0 | 40 | 16 | 4F | 36 | 36 |
| Octal | 240 | 310 | 111 | 24 | 0 | 100 | 26 | 117 | 66 | 66 |
| Binary | 10100000 | 11001000 | 1001001 | 10100 | 0 | 1000000 | 10110 | 1001111 | 110110 | 110110 |
Color Harmonies of #A0C849
Complementary color
Monochromatic Colors of #A0C849
Black with #A0C849
Text Example
Text Example
White with #A0C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C849; }
p { color: rgb(160,200,73); }
H1.HeaderClassName
{
color: #A0C849;
}
.AnyTagClassName
{
color: #A0C849;
}
</style>
background-color css
<style>
a { background-color: #A0C849; }
a { background-color: rgb(160,200,73); }
div.DivClassName
{
background-color: #A0C849;
}
.BgClassName
{
background-color: #A0C849;
}
</style>
border-color css
<style>
span { border-color: #A0C849; }
span { border-color: rgb(160,200,73); }
td.TdClassName
{
border-color: #A0C849;
}
.TagClassName
{
border-color: #A0C849;
}
</style>