Shades of Atlantis #A0CB51
Tints of Atlantis #A0CB51
RGB
CMYK
RGB Variations
Color information
#A0CB51 (or 0xA0CB51) is known color: Atlantis. HEX triplet: A0, CB and 51. RGB value is (160,203,81). Sum of RGB (Red+Green+Blue) = 160+203+81=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB51 is #5F34AE. Grayscale: #B0B0B0. Windows color (decimal): -6239407 or 5360544. OLE color: 5360544.
HSL color Cylindrical-coordinate representation of color #A0CB51: hue angle of 81.15º 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 #A0CB51 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 81 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.20 |
| HSL | 81.15º | 0.54% | 0.56% | - |
| HSV(B) | 81.15º | 0.6% | 0.8% | - |
| XYZ | 37.34 | 50.78 | 15.62 | - |
| YUV | 176.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 81 | 0.21 | 0 | 0.60 | 0.20 | 81.15 | 0.54 | 0.56 |
| Hex | A0 | CB | 51 | 15 | 0 | 3C | 14 | 51 | 36 | 38 |
| Octal | 240 | 313 | 121 | 25 | 0 | 74 | 24 | 121 | 66 | 70 |
| Binary | 10100000 | 11001011 | 1010001 | 10101 | 0 | 111100 | 10100 | 1010001 | 110110 | 111000 |
Color Harmonies of #A0CB51
Complementary color
Monochromatic Colors of #A0CB51
Black with #A0CB51
Text Example
Text Example
White with #A0CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB51; }
p { color: rgb(160,203,81); }
H1.HeaderClassName
{
color: #A0CB51;
}
.AnyTagClassName
{
color: #A0CB51;
}
</style>
background-color css
<style>
a { background-color: #A0CB51; }
a { background-color: rgb(160,203,81); }
div.DivClassName
{
background-color: #A0CB51;
}
.BgClassName
{
background-color: #A0CB51;
}
</style>
border-color css
<style>
span { border-color: #A0CB51; }
span { border-color: rgb(160,203,81); }
td.TdClassName
{
border-color: #A0CB51;
}
.TagClassName
{
border-color: #A0CB51;
}
</style>