Shades of Atlantis #A2C849
Tints of Atlantis #A2C849
RGB
CMYK
RGB Variations
Color information
#A2C849 (or 0xA2C849) is known color: Atlantis. HEX triplet: A2, C8 and 49. RGB value is (162,200,73). Sum of RGB (Red+Green+Blue) = 162+200+73=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C849 is #5D37B6. Grayscale: #AEAEAE. Windows color (decimal): -6109111 or 4835490. OLE color: 4835490.
HSL color Cylindrical-coordinate representation of color #A2C849: hue angle of 77.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2C849 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 73 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.22 |
| HSL | 77.95º | 0.54% | 0.54% | - |
| HSV(B) | 77.95º | 0.64% | 0.78% | - |
| XYZ | 36.76 | 49.47 | 13.91 | - |
| YUV | 174.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 73 | 0.19 | 0 | 0.64 | 0.22 | 77.95 | 0.54 | 0.54 |
| Hex | A2 | C8 | 49 | 13 | 0 | 40 | 16 | 4E | 36 | 36 |
| Octal | 242 | 310 | 111 | 23 | 0 | 100 | 26 | 116 | 66 | 66 |
| Binary | 10100010 | 11001000 | 1001001 | 10011 | 0 | 1000000 | 10110 | 1001110 | 110110 | 110110 |
Color Harmonies of #A2C849
Complementary color
Monochromatic Colors of #A2C849
Black with #A2C849
Text Example
Text Example
White with #A2C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C849; }
p { color: rgb(162,200,73); }
H1.HeaderClassName
{
color: #A2C849;
}
.AnyTagClassName
{
color: #A2C849;
}
</style>
background-color css
<style>
a { background-color: #A2C849; }
a { background-color: rgb(162,200,73); }
div.DivClassName
{
background-color: #A2C849;
}
.BgClassName
{
background-color: #A2C849;
}
</style>
border-color css
<style>
span { border-color: #A2C849; }
span { border-color: rgb(162,200,73); }
td.TdClassName
{
border-color: #A2C849;
}
.TagClassName
{
border-color: #A2C849;
}
</style>