Shades of Atlantis #A2C950
Tints of Atlantis #A2C950
RGB
CMYK
RGB Variations
Color information
#A2C950 (or 0xA2C950) is known color: Atlantis. HEX triplet: A2, C9 and 50. RGB value is (162,201,80). Sum of RGB (Red+Green+Blue) = 162+201+80=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C950 is #5D36AF. Grayscale: #AFAFAF. Windows color (decimal): -6108848 or 5294498. OLE color: 5294498.
HSL color Cylindrical-coordinate representation of color #A2C950: hue angle of 79.34º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2C950 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 80 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.21 |
| HSL | 79.34º | 0.53% | 0.55% | - |
| HSV(B) | 79.34º | 0.6% | 0.79% | - |
| XYZ | 37.23 | 50.03 | 15.28 | - |
| YUV | 175.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 80 | 0.19 | 0 | 0.60 | 0.21 | 79.34 | 0.53 | 0.55 |
| Hex | A2 | C9 | 50 | 13 | 0 | 3C | 15 | 4F | 35 | 37 |
| Octal | 242 | 311 | 120 | 23 | 0 | 74 | 25 | 117 | 65 | 67 |
| Binary | 10100010 | 11001001 | 1010000 | 10011 | 0 | 111100 | 10101 | 1001111 | 110101 | 110111 |
Color Harmonies of #A2C950
Complementary color
Monochromatic Colors of #A2C950
Black with #A2C950
Text Example
Text Example
White with #A2C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C950; }
p { color: rgb(162,201,80); }
H1.HeaderClassName
{
color: #A2C950;
}
.AnyTagClassName
{
color: #A2C950;
}
</style>
background-color css
<style>
a { background-color: #A2C950; }
a { background-color: rgb(162,201,80); }
div.DivClassName
{
background-color: #A2C950;
}
.BgClassName
{
background-color: #A2C950;
}
</style>
border-color css
<style>
span { border-color: #A2C950; }
span { border-color: rgb(162,201,80); }
td.TdClassName
{
border-color: #A2C950;
}
.TagClassName
{
border-color: #A2C950;
}
</style>