Shades of Atlantis #A0CA53
Tints of Atlantis #A0CA53
RGB
CMYK
RGB Variations
Color information
#A0CA53 (or 0xA0CA53) is known color: Atlantis. HEX triplet: A0, CA and 53. RGB value is (160,202,83). Sum of RGB (Red+Green+Blue) = 160+202+83=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA53 is #5F35AC. Grayscale: #B0B0B0. Windows color (decimal): -6239661 or 5491360. OLE color: 5491360.
HSL color Cylindrical-coordinate representation of color #A0CA53: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0CA53 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 83 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.21 |
| HSL | 81.18º | 0.53% | 0.56% | - |
| HSV(B) | 81.18º | 0.59% | 0.79% | - |
| XYZ | 37.18 | 50.34 | 15.94 | - |
| YUV | 175.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 83 | 0.21 | 0 | 0.59 | 0.21 | 81.18 | 0.53 | 0.56 |
| Hex | A0 | CA | 53 | 15 | 0 | 3B | 15 | 51 | 35 | 38 |
| Octal | 240 | 312 | 123 | 25 | 0 | 73 | 25 | 121 | 65 | 70 |
| Binary | 10100000 | 11001010 | 1010011 | 10101 | 0 | 111011 | 10101 | 1010001 | 110101 | 111000 |
Color Harmonies of #A0CA53
Complementary color
Monochromatic Colors of #A0CA53
Black with #A0CA53
Text Example
Text Example
White with #A0CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA53; }
p { color: rgb(160,202,83); }
H1.HeaderClassName
{
color: #A0CA53;
}
.AnyTagClassName
{
color: #A0CA53;
}
</style>
background-color css
<style>
a { background-color: #A0CA53; }
a { background-color: rgb(160,202,83); }
div.DivClassName
{
background-color: #A0CA53;
}
.BgClassName
{
background-color: #A0CA53;
}
</style>
border-color css
<style>
span { border-color: #A0CA53; }
span { border-color: rgb(160,202,83); }
td.TdClassName
{
border-color: #A0CA53;
}
.TagClassName
{
border-color: #A0CA53;
}
</style>