Shades of Atlantis #A2C949
Tints of Atlantis #A2C949
RGB
CMYK
RGB Variations
Color information
#A2C949 (or 0xA2C949) is known color: Atlantis. HEX triplet: A2, C9 and 49. RGB value is (162,201,73). Sum of RGB (Red+Green+Blue) = 162+201+73=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C949 is #5D36B6. Grayscale: #AFAFAF. Windows color (decimal): -6108855 or 4835746. OLE color: 4835746.
HSL color Cylindrical-coordinate representation of color #A2C949: hue angle of 78.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2C949 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 73 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.21 |
| HSL | 78.28º | 0.54% | 0.54% | - |
| HSV(B) | 78.28º | 0.64% | 0.79% | - |
| XYZ | 36.99 | 49.94 | 13.99 | - |
| YUV | 174.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 73 | 0.19 | 0 | 0.64 | 0.21 | 78.28 | 0.54 | 0.54 |
| Hex | A2 | C9 | 49 | 13 | 0 | 40 | 15 | 4E | 36 | 36 |
| Octal | 242 | 311 | 111 | 23 | 0 | 100 | 25 | 116 | 66 | 66 |
| Binary | 10100010 | 11001001 | 1001001 | 10011 | 0 | 1000000 | 10101 | 1001110 | 110110 | 110110 |
Color Harmonies of #A2C949
Complementary color
Monochromatic Colors of #A2C949
Black with #A2C949
Text Example
Text Example
White with #A2C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C949; }
p { color: rgb(162,201,73); }
H1.HeaderClassName
{
color: #A2C949;
}
.AnyTagClassName
{
color: #A2C949;
}
</style>
background-color css
<style>
a { background-color: #A2C949; }
a { background-color: rgb(162,201,73); }
div.DivClassName
{
background-color: #A2C949;
}
.BgClassName
{
background-color: #A2C949;
}
</style>
border-color css
<style>
span { border-color: #A2C949; }
span { border-color: rgb(162,201,73); }
td.TdClassName
{
border-color: #A2C949;
}
.TagClassName
{
border-color: #A2C949;
}
</style>