Shades of Atlantis #A0CC47
Tints of Atlantis #A0CC47
RGB
CMYK
RGB Variations
Color information
#A0CC47 (or 0xA0CC47) is known color: Atlantis. HEX triplet: A0, CC and 47. RGB value is (160,204,71). Sum of RGB (Red+Green+Blue) = 160+204+71=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC47 is #5F33B8. Grayscale: #B0B0B0. Windows color (decimal): -6239161 or 4705440. OLE color: 4705440.
HSL color Cylindrical-coordinate representation of color #A0CC47: hue angle of 79.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0CC47 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 71 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.2 |
| HSL | 79.85º | 0.57% | 0.54% | - |
| HSV(B) | 79.85º | 0.65% | 0.8% | - |
| XYZ | 37.23 | 51.11 | 13.87 | - |
| YUV | 175.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 71 | 0.22 | 0 | 0.65 | 0.2 | 79.85 | 0.57 | 0.54 |
| Hex | A0 | CC | 47 | 16 | 0 | 41 | 14 | 50 | 39 | 36 |
| Octal | 240 | 314 | 107 | 26 | 0 | 101 | 24 | 120 | 71 | 66 |
| Binary | 10100000 | 11001100 | 1000111 | 10110 | 0 | 1000001 | 10100 | 1010000 | 111001 | 110110 |
Color Harmonies of #A0CC47
Complementary color
Monochromatic Colors of #A0CC47
Black with #A0CC47
Text Example
Text Example
White with #A0CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC47; }
p { color: rgb(160,204,71); }
H1.HeaderClassName
{
color: #A0CC47;
}
.AnyTagClassName
{
color: #A0CC47;
}
</style>
background-color css
<style>
a { background-color: #A0CC47; }
a { background-color: rgb(160,204,71); }
div.DivClassName
{
background-color: #A0CC47;
}
.BgClassName
{
background-color: #A0CC47;
}
</style>
border-color css
<style>
span { border-color: #A0CC47; }
span { border-color: rgb(160,204,71); }
td.TdClassName
{
border-color: #A0CC47;
}
.TagClassName
{
border-color: #A0CC47;
}
</style>