Shades of Atlantis #A0C143
Tints of Atlantis #A0C143
RGB
CMYK
RGB Variations
Color information
#A0C143 (or 0xA0C143) is known color: Atlantis. HEX triplet: A0, C1 and 43. RGB value is (160,193,67). Sum of RGB (Red+Green+Blue) = 160+193+67=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C143 is #5F3EBC. Grayscale: #A9A9A9. Windows color (decimal): -6241981 or 4440480. OLE color: 4440480.
HSL color Cylindrical-coordinate representation of color #A0C143: hue angle of 75.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C143 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 67 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.24 |
| HSL | 75.71º | 0.5% | 0.51% | - |
| HSV(B) | 75.71º | 0.65% | 0.76% | - |
| XYZ | 34.58 | 46.02 | 12.37 | - |
| YUV | 168.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 67 | 0.17 | 0 | 0.65 | 0.24 | 75.71 | 0.5 | 0.51 |
| Hex | A0 | C1 | 43 | 11 | 0 | 41 | 18 | 4C | 32 | 33 |
| Octal | 240 | 301 | 103 | 21 | 0 | 101 | 30 | 114 | 62 | 63 |
| Binary | 10100000 | 11000001 | 1000011 | 10001 | 0 | 1000001 | 11000 | 1001100 | 110010 | 110011 |
Color Harmonies of #A0C143
Complementary color
Monochromatic Colors of #A0C143
Black with #A0C143
Text Example
Text Example
White with #A0C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C143; }
p { color: rgb(160,193,67); }
H1.HeaderClassName
{
color: #A0C143;
}
.AnyTagClassName
{
color: #A0C143;
}
</style>
background-color css
<style>
a { background-color: #A0C143; }
a { background-color: rgb(160,193,67); }
div.DivClassName
{
background-color: #A0C143;
}
.BgClassName
{
background-color: #A0C143;
}
</style>
border-color css
<style>
span { border-color: #A0C143; }
span { border-color: rgb(160,193,67); }
td.TdClassName
{
border-color: #A0C143;
}
.TagClassName
{
border-color: #A0C143;
}
</style>