Shades of Atlantis #A0C346
Tints of Atlantis #A0C346
RGB
CMYK
RGB Variations
Color information
#A0C346 (or 0xA0C346) is known color: Atlantis. HEX triplet: A0, C3 and 46. RGB value is (160,195,70). Sum of RGB (Red+Green+Blue) = 160+195+70=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C346 is #5F3CB9. Grayscale: #AAAAAA. Windows color (decimal): -6241466 or 4637600. OLE color: 4637600.
HSL color Cylindrical-coordinate representation of color #A0C346: hue angle of 76.8º 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 #A0C346 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 70 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.24 |
| HSL | 76.8º | 0.51% | 0.52% | - |
| HSV(B) | 76.8º | 0.64% | 0.76% | - |
| XYZ | 35.12 | 46.95 | 13 | - |
| YUV | 170.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 70 | 0.18 | 0 | 0.64 | 0.24 | 76.8 | 0.51 | 0.52 |
| Hex | A0 | C3 | 46 | 12 | 0 | 40 | 18 | 4D | 33 | 34 |
| Octal | 240 | 303 | 106 | 22 | 0 | 100 | 30 | 115 | 63 | 64 |
| Binary | 10100000 | 11000011 | 1000110 | 10010 | 0 | 1000000 | 11000 | 1001101 | 110011 | 110100 |
Color Harmonies of #A0C346
Complementary color
Monochromatic Colors of #A0C346
Black with #A0C346
Text Example
Text Example
White with #A0C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C346; }
p { color: rgb(160,195,70); }
H1.HeaderClassName
{
color: #A0C346;
}
.AnyTagClassName
{
color: #A0C346;
}
</style>
background-color css
<style>
a { background-color: #A0C346; }
a { background-color: rgb(160,195,70); }
div.DivClassName
{
background-color: #A0C346;
}
.BgClassName
{
background-color: #A0C346;
}
</style>
border-color css
<style>
span { border-color: #A0C346; }
span { border-color: rgb(160,195,70); }
td.TdClassName
{
border-color: #A0C346;
}
.TagClassName
{
border-color: #A0C346;
}
</style>