Shades of Atlantis #A0C545
Tints of Atlantis #A0C545
RGB
CMYK
RGB Variations
Color information
#A0C545 (or 0xA0C545) is known color: Atlantis. HEX triplet: A0, C5 and 45. RGB value is (160,197,69). Sum of RGB (Red+Green+Blue) = 160+197+69=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C545 is #5F3ABA. Grayscale: #ABABAB. Windows color (decimal): -6240955 or 4572576. OLE color: 4572576.
HSL color Cylindrical-coordinate representation of color #A0C545: hue angle of 77.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C545 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 69 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.23 |
| HSL | 77.34º | 0.52% | 0.52% | - |
| HSV(B) | 77.34º | 0.65% | 0.77% | - |
| XYZ | 35.54 | 47.84 | 12.99 | - |
| YUV | 171.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 69 | 0.19 | 0 | 0.65 | 0.23 | 77.34 | 0.52 | 0.52 |
| Hex | A0 | C5 | 45 | 13 | 0 | 41 | 17 | 4D | 34 | 34 |
| Octal | 240 | 305 | 105 | 23 | 0 | 101 | 27 | 115 | 64 | 64 |
| Binary | 10100000 | 11000101 | 1000101 | 10011 | 0 | 1000001 | 10111 | 1001101 | 110100 | 110100 |
Color Harmonies of #A0C545
Complementary color
Monochromatic Colors of #A0C545
Black with #A0C545
Text Example
Text Example
White with #A0C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C545; }
p { color: rgb(160,197,69); }
H1.HeaderClassName
{
color: #A0C545;
}
.AnyTagClassName
{
color: #A0C545;
}
</style>
background-color css
<style>
a { background-color: #A0C545; }
a { background-color: rgb(160,197,69); }
div.DivClassName
{
background-color: #A0C545;
}
.BgClassName
{
background-color: #A0C545;
}
</style>
border-color css
<style>
span { border-color: #A0C545; }
span { border-color: rgb(160,197,69); }
td.TdClassName
{
border-color: #A0C545;
}
.TagClassName
{
border-color: #A0C545;
}
</style>