Shades of Atlantis #A0C347
Tints of Atlantis #A0C347
RGB
CMYK
RGB Variations
Color information
#A0C347 (or 0xA0C347) is known color: Atlantis. HEX triplet: A0, C3 and 47. RGB value is (160,195,71). Sum of RGB (Red+Green+Blue) = 160+195+71=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C347 is #5F3CB8. Grayscale: #AAAAAA. Windows color (decimal): -6241465 or 4703136. OLE color: 4703136.
HSL color Cylindrical-coordinate representation of color #A0C347: hue angle of 76.94º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0C347 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 71 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.24 |
| HSL | 76.94º | 0.51% | 0.52% | - |
| HSV(B) | 76.94º | 0.64% | 0.76% | - |
| XYZ | 35.15 | 46.96 | 13.17 | - |
| YUV | 170.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 71 | 0.18 | 0 | 0.64 | 0.24 | 76.94 | 0.51 | 0.52 |
| Hex | A0 | C3 | 47 | 12 | 0 | 40 | 18 | 4D | 33 | 34 |
| Octal | 240 | 303 | 107 | 22 | 0 | 100 | 30 | 115 | 63 | 64 |
| Binary | 10100000 | 11000011 | 1000111 | 10010 | 0 | 1000000 | 11000 | 1001101 | 110011 | 110100 |
Color Harmonies of #A0C347
Complementary color
Monochromatic Colors of #A0C347
Black with #A0C347
Text Example
Text Example
White with #A0C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C347; }
p { color: rgb(160,195,71); }
H1.HeaderClassName
{
color: #A0C347;
}
.AnyTagClassName
{
color: #A0C347;
}
</style>
background-color css
<style>
a { background-color: #A0C347; }
a { background-color: rgb(160,195,71); }
div.DivClassName
{
background-color: #A0C347;
}
.BgClassName
{
background-color: #A0C347;
}
</style>
border-color css
<style>
span { border-color: #A0C347; }
span { border-color: rgb(160,195,71); }
td.TdClassName
{
border-color: #A0C347;
}
.TagClassName
{
border-color: #A0C347;
}
</style>