Shades of Atlantis #A0CA52
Tints of Atlantis #A0CA52
RGB
CMYK
RGB Variations
Color information
#A0CA52 (or 0xA0CA52) is known color: Atlantis. HEX triplet: A0, CA and 52. RGB value is (160,202,82). Sum of RGB (Red+Green+Blue) = 160+202+82=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA52 is #5F35AD. Grayscale: #B0B0B0. Windows color (decimal): -6239662 or 5425824. OLE color: 5425824.
HSL color Cylindrical-coordinate representation of color #A0CA52: hue angle of 81º 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 #A0CA52 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 82 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.21 |
| HSL | 81º | 0.53% | 0.56% | - |
| HSV(B) | 81º | 0.59% | 0.79% | - |
| XYZ | 37.14 | 50.32 | 15.74 | - |
| YUV | 175.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 82 | 0.21 | 0 | 0.59 | 0.21 | 81 | 0.53 | 0.56 |
| Hex | A0 | CA | 52 | 15 | 0 | 3B | 15 | 51 | 35 | 38 |
| Octal | 240 | 312 | 122 | 25 | 0 | 73 | 25 | 121 | 65 | 70 |
| Binary | 10100000 | 11001010 | 1010010 | 10101 | 0 | 111011 | 10101 | 1010001 | 110101 | 111000 |
Color Harmonies of #A0CA52
Complementary color
Monochromatic Colors of #A0CA52
Black with #A0CA52
Text Example
Text Example
White with #A0CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA52; }
p { color: rgb(160,202,82); }
H1.HeaderClassName
{
color: #A0CA52;
}
.AnyTagClassName
{
color: #A0CA52;
}
</style>
background-color css
<style>
a { background-color: #A0CA52; }
a { background-color: rgb(160,202,82); }
div.DivClassName
{
background-color: #A0CA52;
}
.BgClassName
{
background-color: #A0CA52;
}
</style>
border-color css
<style>
span { border-color: #A0CA52; }
span { border-color: rgb(160,202,82); }
td.TdClassName
{
border-color: #A0CA52;
}
.TagClassName
{
border-color: #A0CA52;
}
</style>