Shades of Atlantis #A0C950
Tints of Atlantis #A0C950
RGB
CMYK
RGB Variations
Color information
#A0C950 (or 0xA0C950) is known color: Atlantis. HEX triplet: A0, C9 and 50. RGB value is (160,201,80). Sum of RGB (Red+Green+Blue) = 160+201+80=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C950 is #5F36AF. Grayscale: #AFAFAF. Windows color (decimal): -6239920 or 5294496. OLE color: 5294496.
HSL color Cylindrical-coordinate representation of color #A0C950: hue angle of 80.33º 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 #A0C950 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 80 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.21 |
| HSL | 80.33º | 0.53% | 0.55% | - |
| HSV(B) | 80.33º | 0.6% | 0.79% | - |
| XYZ | 36.83 | 49.83 | 15.27 | - |
| YUV | 174.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 80 | 0.20 | 0 | 0.60 | 0.21 | 80.33 | 0.53 | 0.55 |
| Hex | A0 | C9 | 50 | 14 | 0 | 3C | 15 | 50 | 35 | 37 |
| Octal | 240 | 311 | 120 | 24 | 0 | 74 | 25 | 120 | 65 | 67 |
| Binary | 10100000 | 11001001 | 1010000 | 10100 | 0 | 111100 | 10101 | 1010000 | 110101 | 110111 |
Color Harmonies of #A0C950
Complementary color
Monochromatic Colors of #A0C950
Black with #A0C950
Text Example
Text Example
White with #A0C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C950; }
p { color: rgb(160,201,80); }
H1.HeaderClassName
{
color: #A0C950;
}
.AnyTagClassName
{
color: #A0C950;
}
</style>
background-color css
<style>
a { background-color: #A0C950; }
a { background-color: rgb(160,201,80); }
div.DivClassName
{
background-color: #A0C950;
}
.BgClassName
{
background-color: #A0C950;
}
</style>
border-color css
<style>
span { border-color: #A0C950; }
span { border-color: rgb(160,201,80); }
td.TdClassName
{
border-color: #A0C950;
}
.TagClassName
{
border-color: #A0C950;
}
</style>