Shades of Atlantis #A0C542
Tints of Atlantis #A0C542
RGB
CMYK
RGB Variations
Color information
#A0C542 (or 0xA0C542) is known color: Atlantis. HEX triplet: A0, C5 and 42. RGB value is (160,197,66). Sum of RGB (Red+Green+Blue) = 160+197+66=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C542 is #5F3ABD. Grayscale: #ABABAB. Windows color (decimal): -6240958 or 4375968. OLE color: 4375968.
HSL color Cylindrical-coordinate representation of color #A0C542: hue angle of 76.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0C542 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 66 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.23 |
| HSL | 76.95º | 0.53% | 0.52% | - |
| HSV(B) | 76.95º | 0.66% | 0.77% | - |
| XYZ | 35.45 | 47.8 | 12.51 | - |
| YUV | 171 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 66 | 0.19 | 0 | 0.66 | 0.23 | 76.95 | 0.53 | 0.52 |
| Hex | A0 | C5 | 42 | 13 | 0 | 42 | 17 | 4D | 35 | 34 |
| Octal | 240 | 305 | 102 | 23 | 0 | 102 | 27 | 115 | 65 | 64 |
| Binary | 10100000 | 11000101 | 1000010 | 10011 | 0 | 1000010 | 10111 | 1001101 | 110101 | 110100 |
Color Harmonies of #A0C542
Complementary color
Monochromatic Colors of #A0C542
Black with #A0C542
Text Example
Text Example
White with #A0C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C542; }
p { color: rgb(160,197,66); }
H1.HeaderClassName
{
color: #A0C542;
}
.AnyTagClassName
{
color: #A0C542;
}
</style>
background-color css
<style>
a { background-color: #A0C542; }
a { background-color: rgb(160,197,66); }
div.DivClassName
{
background-color: #A0C542;
}
.BgClassName
{
background-color: #A0C542;
}
</style>
border-color css
<style>
span { border-color: #A0C542; }
span { border-color: rgb(160,197,66); }
td.TdClassName
{
border-color: #A0C542;
}
.TagClassName
{
border-color: #A0C542;
}
</style>