Shades of Atlantis #A0C952
Tints of Atlantis #A0C952
RGB
CMYK
RGB Variations
Color information
#A0C952 (or 0xA0C952) is known color: Atlantis. HEX triplet: A0, C9 and 52. RGB value is (160,201,82). Sum of RGB (Red+Green+Blue) = 160+201+82=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C952 is #5F36AD. Grayscale: #AFAFAF. Windows color (decimal): -6239918 or 5425568. OLE color: 5425568.
HSL color Cylindrical-coordinate representation of color #A0C952: hue angle of 80.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C952 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 82 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.21 |
| HSL | 80.67º | 0.52% | 0.55% | - |
| HSV(B) | 80.67º | 0.59% | 0.79% | - |
| XYZ | 36.91 | 49.86 | 15.66 | - |
| YUV | 175.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 82 | 0.20 | 0 | 0.59 | 0.21 | 80.67 | 0.52 | 0.55 |
| Hex | A0 | C9 | 52 | 14 | 0 | 3B | 15 | 51 | 34 | 37 |
| Octal | 240 | 311 | 122 | 24 | 0 | 73 | 25 | 121 | 64 | 67 |
| Binary | 10100000 | 11001001 | 1010010 | 10100 | 0 | 111011 | 10101 | 1010001 | 110100 | 110111 |
Color Harmonies of #A0C952
Complementary color
Monochromatic Colors of #A0C952
Black with #A0C952
Text Example
Text Example
White with #A0C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C952; }
p { color: rgb(160,201,82); }
H1.HeaderClassName
{
color: #A0C952;
}
.AnyTagClassName
{
color: #A0C952;
}
</style>
background-color css
<style>
a { background-color: #A0C952; }
a { background-color: rgb(160,201,82); }
div.DivClassName
{
background-color: #A0C952;
}
.BgClassName
{
background-color: #A0C952;
}
</style>
border-color css
<style>
span { border-color: #A0C952; }
span { border-color: rgb(160,201,82); }
td.TdClassName
{
border-color: #A0C952;
}
.TagClassName
{
border-color: #A0C952;
}
</style>