Shades of Atlantis #A2C550
Tints of Atlantis #A2C550
RGB
CMYK
RGB Variations
Color information
#A2C550 (or 0xA2C550) is known color: Atlantis. HEX triplet: A2, C5 and 50. RGB value is (162,197,80). Sum of RGB (Red+Green+Blue) = 162+197+80=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C550 is #5D3AAF. Grayscale: #ADADAD. Windows color (decimal): -6109872 or 5293474. OLE color: 5293474.
HSL color Cylindrical-coordinate representation of color #A2C550: hue angle of 77.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2C550 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 80 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.23 |
| HSL | 77.95º | 0.5% | 0.54% | - |
| HSV(B) | 77.95º | 0.59% | 0.77% | - |
| XYZ | 36.31 | 48.19 | 14.98 | - |
| YUV | 173.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 80 | 0.18 | 0 | 0.59 | 0.23 | 77.95 | 0.5 | 0.54 |
| Hex | A2 | C5 | 50 | 12 | 0 | 3B | 17 | 4E | 32 | 36 |
| Octal | 242 | 305 | 120 | 22 | 0 | 73 | 27 | 116 | 62 | 66 |
| Binary | 10100010 | 11000101 | 1010000 | 10010 | 0 | 111011 | 10111 | 1001110 | 110010 | 110110 |
Color Harmonies of #A2C550
Complementary color
Monochromatic Colors of #A2C550
Black with #A2C550
Text Example
Text Example
White with #A2C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C550; }
p { color: rgb(162,197,80); }
H1.HeaderClassName
{
color: #A2C550;
}
.AnyTagClassName
{
color: #A2C550;
}
</style>
background-color css
<style>
a { background-color: #A2C550; }
a { background-color: rgb(162,197,80); }
div.DivClassName
{
background-color: #A2C550;
}
.BgClassName
{
background-color: #A2C550;
}
</style>
border-color css
<style>
span { border-color: #A2C550; }
span { border-color: rgb(162,197,80); }
td.TdClassName
{
border-color: #A2C550;
}
.TagClassName
{
border-color: #A2C550;
}
</style>