Shades of Atlantis #A2C548
Tints of Atlantis #A2C548
RGB
CMYK
RGB Variations
Color information
#A2C548 (or 0xA2C548) is known color: Atlantis. HEX triplet: A2, C5 and 48. RGB value is (162,197,72). Sum of RGB (Red+Green+Blue) = 162+197+72=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C548 is #5D3AB7. Grayscale: #ACACAC. Windows color (decimal): -6109880 or 4769186. OLE color: 4769186.
HSL color Cylindrical-coordinate representation of color #A2C548: hue angle of 76.8º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2C548 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 72 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.23 |
| HSL | 76.8º | 0.52% | 0.53% | - |
| HSV(B) | 76.8º | 0.63% | 0.77% | - |
| XYZ | 36.04 | 48.08 | 13.51 | - |
| YUV | 172.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 72 | 0.18 | 0 | 0.63 | 0.23 | 76.8 | 0.52 | 0.53 |
| Hex | A2 | C5 | 48 | 12 | 0 | 3F | 17 | 4D | 34 | 35 |
| Octal | 242 | 305 | 110 | 22 | 0 | 77 | 27 | 115 | 64 | 65 |
| Binary | 10100010 | 11000101 | 1001000 | 10010 | 0 | 111111 | 10111 | 1001101 | 110100 | 110101 |
Color Harmonies of #A2C548
Complementary color
Monochromatic Colors of #A2C548
Black with #A2C548
Text Example
Text Example
White with #A2C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C548; }
p { color: rgb(162,197,72); }
H1.HeaderClassName
{
color: #A2C548;
}
.AnyTagClassName
{
color: #A2C548;
}
</style>
background-color css
<style>
a { background-color: #A2C548; }
a { background-color: rgb(162,197,72); }
div.DivClassName
{
background-color: #A2C548;
}
.BgClassName
{
background-color: #A2C548;
}
</style>
border-color css
<style>
span { border-color: #A2C548; }
span { border-color: rgb(162,197,72); }
td.TdClassName
{
border-color: #A2C548;
}
.TagClassName
{
border-color: #A2C548;
}
</style>