Shades of Atlantis #A0C040
Tints of Atlantis #A0C040
RGB
CMYK
RGB Variations
Color information
#A0C040 (or 0xA0C040) is known color: Atlantis. HEX triplet: A0, C0 and 40. RGB value is (160,192,64). Sum of RGB (Red+Green+Blue) = 160+192+64=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C040 is #5F3FBF. Grayscale: #A8A8A8. Windows color (decimal): -6242240 or 4243616. OLE color: 4243616.
HSL color Cylindrical-coordinate representation of color #A0C040: hue angle of 75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0C040 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 64 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.25 |
| HSL | 75º | 0.5% | 0.5% | - |
| HSV(B) | 75º | 0.67% | 0.75% | - |
| XYZ | 34.27 | 45.54 | 11.83 | - |
| YUV | 167.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 64 | 0.17 | 0 | 0.67 | 0.25 | 75 | 0.5 | 0.5 |
| Hex | A0 | C0 | 40 | 11 | 0 | 43 | 19 | 4B | 32 | 32 |
| Octal | 240 | 300 | 100 | 21 | 0 | 103 | 31 | 113 | 62 | 62 |
| Binary | 10100000 | 11000000 | 1000000 | 10001 | 0 | 1000011 | 11001 | 1001011 | 110010 | 110010 |
Color Harmonies of #A0C040
Complementary color
Monochromatic Colors of #A0C040
Black with #A0C040
Text Example
Text Example
White with #A0C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C040; }
p { color: rgb(160,192,64); }
H1.HeaderClassName
{
color: #A0C040;
}
.AnyTagClassName
{
color: #A0C040;
}
</style>
background-color css
<style>
a { background-color: #A0C040; }
a { background-color: rgb(160,192,64); }
div.DivClassName
{
background-color: #A0C040;
}
.BgClassName
{
background-color: #A0C040;
}
</style>
border-color css
<style>
span { border-color: #A0C040; }
span { border-color: rgb(160,192,64); }
td.TdClassName
{
border-color: #A0C040;
}
.TagClassName
{
border-color: #A0C040;
}
</style>