Shades of Atlantis #A2C543
Tints of Atlantis #A2C543
RGB
CMYK
RGB Variations
Color information
#A2C543 (or 0xA2C543) is known color: Atlantis. HEX triplet: A2, C5 and 43. RGB value is (162,197,67). Sum of RGB (Red+Green+Blue) = 162+197+67=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C543 is #5D3ABC. Grayscale: #ACACAC. Windows color (decimal): -6109885 or 4441506. OLE color: 4441506.
HSL color Cylindrical-coordinate representation of color #A2C543: hue angle of 76.15º 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 #A2C543 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 67 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.23 |
| HSL | 76.15º | 0.53% | 0.52% | - |
| HSV(B) | 76.15º | 0.66% | 0.77% | - |
| XYZ | 35.88 | 48.02 | 12.69 | - |
| YUV | 171.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 67 | 0.18 | 0 | 0.66 | 0.23 | 76.15 | 0.53 | 0.52 |
| Hex | A2 | C5 | 43 | 12 | 0 | 42 | 17 | 4C | 35 | 34 |
| Octal | 242 | 305 | 103 | 22 | 0 | 102 | 27 | 114 | 65 | 64 |
| Binary | 10100010 | 11000101 | 1000011 | 10010 | 0 | 1000010 | 10111 | 1001100 | 110101 | 110100 |
Color Harmonies of #A2C543
Complementary color
Monochromatic Colors of #A2C543
Black with #A2C543
Text Example
Text Example
White with #A2C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C543; }
p { color: rgb(162,197,67); }
H1.HeaderClassName
{
color: #A2C543;
}
.AnyTagClassName
{
color: #A2C543;
}
</style>
background-color css
<style>
a { background-color: #A2C543; }
a { background-color: rgb(162,197,67); }
div.DivClassName
{
background-color: #A2C543;
}
.BgClassName
{
background-color: #A2C543;
}
</style>
border-color css
<style>
span { border-color: #A2C543; }
span { border-color: rgb(162,197,67); }
td.TdClassName
{
border-color: #A2C543;
}
.TagClassName
{
border-color: #A2C543;
}
</style>