Shades of Atlantis #A0C043
Tints of Atlantis #A0C043
RGB
CMYK
RGB Variations
Color information
#A0C043 (or 0xA0C043) is known color: Atlantis. HEX triplet: A0, C0 and 43. RGB value is (160,192,67). Sum of RGB (Red+Green+Blue) = 160+192+67=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C043 is #5F3FBC. Grayscale: #A8A8A8. Windows color (decimal): -6242237 or 4440224. OLE color: 4440224.
HSL color Cylindrical-coordinate representation of color #A0C043: hue angle of 75.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C043 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 67 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.25 |
| HSL | 75.36º | 0.5% | 0.51% | - |
| HSV(B) | 75.36º | 0.65% | 0.75% | - |
| XYZ | 34.36 | 45.58 | 12.3 | - |
| YUV | 168.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 67 | 0.17 | 0 | 0.65 | 0.25 | 75.36 | 0.5 | 0.51 |
| Hex | A0 | C0 | 43 | 11 | 0 | 41 | 19 | 4B | 32 | 33 |
| Octal | 240 | 300 | 103 | 21 | 0 | 101 | 31 | 113 | 62 | 63 |
| Binary | 10100000 | 11000000 | 1000011 | 10001 | 0 | 1000001 | 11001 | 1001011 | 110010 | 110011 |
Color Harmonies of #A0C043
Complementary color
Monochromatic Colors of #A0C043
Black with #A0C043
Text Example
Text Example
White with #A0C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C043; }
p { color: rgb(160,192,67); }
H1.HeaderClassName
{
color: #A0C043;
}
.AnyTagClassName
{
color: #A0C043;
}
</style>
background-color css
<style>
a { background-color: #A0C043; }
a { background-color: rgb(160,192,67); }
div.DivClassName
{
background-color: #A0C043;
}
.BgClassName
{
background-color: #A0C043;
}
</style>
border-color css
<style>
span { border-color: #A0C043; }
span { border-color: rgb(160,192,67); }
td.TdClassName
{
border-color: #A0C043;
}
.TagClassName
{
border-color: #A0C043;
}
</style>