Shades of Atlantis #A0CE49
Tints of Atlantis #A0CE49
RGB
CMYK
RGB Variations
Color information
#A0CE49 (or 0xA0CE49) is known color: Atlantis. HEX triplet: A0, CE and 49. RGB value is (160,206,73). Sum of RGB (Red+Green+Blue) = 160+206+73=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE49 is #5F31B6. Grayscale: #B1B1B1. Windows color (decimal): -6238647 or 4837024. OLE color: 4837024.
HSL color Cylindrical-coordinate representation of color #A0CE49: hue angle of 80.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0CE49 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 73 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.19 |
| HSL | 80.75º | 0.58% | 0.55% | - |
| HSV(B) | 80.75º | 0.65% | 0.81% | - |
| XYZ | 37.77 | 52.1 | 14.37 | - |
| YUV | 177.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 73 | 0.22 | 0 | 0.65 | 0.19 | 80.75 | 0.58 | 0.55 |
| Hex | A0 | CE | 49 | 16 | 0 | 41 | 13 | 51 | 3A | 37 |
| Octal | 240 | 316 | 111 | 26 | 0 | 101 | 23 | 121 | 72 | 67 |
| Binary | 10100000 | 11001110 | 1001001 | 10110 | 0 | 1000001 | 10011 | 1010001 | 111010 | 110111 |
Color Harmonies of #A0CE49
Complementary color
Monochromatic Colors of #A0CE49
Black with #A0CE49
Text Example
Text Example
White with #A0CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE49; }
p { color: rgb(160,206,73); }
H1.HeaderClassName
{
color: #A0CE49;
}
.AnyTagClassName
{
color: #A0CE49;
}
</style>
background-color css
<style>
a { background-color: #A0CE49; }
a { background-color: rgb(160,206,73); }
div.DivClassName
{
background-color: #A0CE49;
}
.BgClassName
{
background-color: #A0CE49;
}
</style>
border-color css
<style>
span { border-color: #A0CE49; }
span { border-color: rgb(160,206,73); }
td.TdClassName
{
border-color: #A0CE49;
}
.TagClassName
{
border-color: #A0CE49;
}
</style>