Shades of Atlantis #A0CE51
Tints of Atlantis #A0CE51
RGB
CMYK
RGB Variations
Color information
#A0CE51 (or 0xA0CE51) is known color: Atlantis. HEX triplet: A0, CE and 51. RGB value is (160,206,81). Sum of RGB (Red+Green+Blue) = 160+206+81=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE51 is #5F31AE. Grayscale: #B2B2B2. Windows color (decimal): -6238639 or 5361312. OLE color: 5361312.
HSL color Cylindrical-coordinate representation of color #A0CE51: hue angle of 82.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0CE51 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 81 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.19 |
| HSL | 82.08º | 0.56% | 0.56% | - |
| HSV(B) | 82.08º | 0.61% | 0.81% | - |
| XYZ | 38.05 | 52.21 | 15.86 | - |
| YUV | 178 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 81 | 0.22 | 0 | 0.61 | 0.19 | 82.08 | 0.56 | 0.56 |
| Hex | A0 | CE | 51 | 16 | 0 | 3D | 13 | 52 | 38 | 38 |
| Octal | 240 | 316 | 121 | 26 | 0 | 75 | 23 | 122 | 70 | 70 |
| Binary | 10100000 | 11001110 | 1010001 | 10110 | 0 | 111101 | 10011 | 1010010 | 111000 | 111000 |
Color Harmonies of #A0CE51
Complementary color
Monochromatic Colors of #A0CE51
Black with #A0CE51
Text Example
Text Example
White with #A0CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE51; }
p { color: rgb(160,206,81); }
H1.HeaderClassName
{
color: #A0CE51;
}
.AnyTagClassName
{
color: #A0CE51;
}
</style>
background-color css
<style>
a { background-color: #A0CE51; }
a { background-color: rgb(160,206,81); }
div.DivClassName
{
background-color: #A0CE51;
}
.BgClassName
{
background-color: #A0CE51;
}
</style>
border-color css
<style>
span { border-color: #A0CE51; }
span { border-color: rgb(160,206,81); }
td.TdClassName
{
border-color: #A0CE51;
}
.TagClassName
{
border-color: #A0CE51;
}
</style>