Shades of Atlantis #A0CB52
Tints of Atlantis #A0CB52
RGB
CMYK
RGB Variations
Color information
#A0CB52 (or 0xA0CB52) is known color: Atlantis. HEX triplet: A0, CB and 52. RGB value is (160,203,82). Sum of RGB (Red+Green+Blue) = 160+203+82=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB52 is #5F34AD. Grayscale: #B0B0B0. Windows color (decimal): -6239406 or 5426080. OLE color: 5426080.
HSL color Cylindrical-coordinate representation of color #A0CB52: hue angle of 81.32º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0CB52 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 82 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.20 |
| HSL | 81.32º | 0.54% | 0.56% | - |
| HSV(B) | 81.32º | 0.6% | 0.8% | - |
| XYZ | 37.38 | 50.79 | 15.82 | - |
| YUV | 176.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 82 | 0.21 | 0 | 0.60 | 0.20 | 81.32 | 0.54 | 0.56 |
| Hex | A0 | CB | 52 | 15 | 0 | 3C | 14 | 51 | 36 | 38 |
| Octal | 240 | 313 | 122 | 25 | 0 | 74 | 24 | 121 | 66 | 70 |
| Binary | 10100000 | 11001011 | 1010010 | 10101 | 0 | 111100 | 10100 | 1010001 | 110110 | 111000 |
Color Harmonies of #A0CB52
Complementary color
Monochromatic Colors of #A0CB52
Black with #A0CB52
Text Example
Text Example
White with #A0CB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB52; }
p { color: rgb(160,203,82); }
H1.HeaderClassName
{
color: #A0CB52;
}
.AnyTagClassName
{
color: #A0CB52;
}
</style>
background-color css
<style>
a { background-color: #A0CB52; }
a { background-color: rgb(160,203,82); }
div.DivClassName
{
background-color: #A0CB52;
}
.BgClassName
{
background-color: #A0CB52;
}
</style>
border-color css
<style>
span { border-color: #A0CB52; }
span { border-color: rgb(160,203,82); }
td.TdClassName
{
border-color: #A0CB52;
}
.TagClassName
{
border-color: #A0CB52;
}
</style>