Shades of Atlantis #A2C540
Tints of Atlantis #A2C540
RGB
CMYK
RGB Variations
Color information
#A2C540 (or 0xA2C540) is known color: Atlantis. HEX triplet: A2, C5 and 40. RGB value is (162,197,64). Sum of RGB (Red+Green+Blue) = 162+197+64=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C540 is #5D3ABF. Grayscale: #ABABAB. Windows color (decimal): -6109888 or 4244898. OLE color: 4244898.
HSL color Cylindrical-coordinate representation of color #A2C540: hue angle of 75.79º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2C540 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 64 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.23 |
| HSL | 75.79º | 0.53% | 0.51% | - |
| HSV(B) | 75.79º | 0.68% | 0.77% | - |
| XYZ | 35.79 | 47.98 | 12.23 | - |
| YUV | 171.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 64 | 0.18 | 0 | 0.68 | 0.23 | 75.79 | 0.53 | 0.51 |
| Hex | A2 | C5 | 40 | 12 | 0 | 44 | 17 | 4C | 35 | 33 |
| Octal | 242 | 305 | 100 | 22 | 0 | 104 | 27 | 114 | 65 | 63 |
| Binary | 10100010 | 11000101 | 1000000 | 10010 | 0 | 1000100 | 10111 | 1001100 | 110101 | 110011 |
Color Harmonies of #A2C540
Complementary color
Monochromatic Colors of #A2C540
Black with #A2C540
Text Example
Text Example
White with #A2C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C540; }
p { color: rgb(162,197,64); }
H1.HeaderClassName
{
color: #A2C540;
}
.AnyTagClassName
{
color: #A2C540;
}
</style>
background-color css
<style>
a { background-color: #A2C540; }
a { background-color: rgb(162,197,64); }
div.DivClassName
{
background-color: #A2C540;
}
.BgClassName
{
background-color: #A2C540;
}
</style>
border-color css
<style>
span { border-color: #A2C540; }
span { border-color: rgb(162,197,64); }
td.TdClassName
{
border-color: #A2C540;
}
.TagClassName
{
border-color: #A2C540;
}
</style>