Shades of Atlantis #A0C839
Tints of Atlantis #A0C839
RGB
CMYK
RGB Variations
Color information
#A0C839 (or 0xA0C839) is known color: Atlantis. HEX triplet: A0, C8 and 39. RGB value is (160,200,57). Sum of RGB (Red+Green+Blue) = 160+200+57=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C839 is #5F37C6. Grayscale: #ACACAC. Windows color (decimal): -6240199 or 3786912. OLE color: 3786912.
HSL color Cylindrical-coordinate representation of color #A0C839: hue angle of 76.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0C839 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 57 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.22 |
| HSL | 76.78º | 0.57% | 0.5% | - |
| HSV(B) | 76.78º | 0.72% | 0.78% | - |
| XYZ | 35.89 | 49.08 | 11.45 | - |
| YUV | 171.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 57 | 0.2 | 0 | 0.72 | 0.22 | 76.78 | 0.57 | 0.5 |
| Hex | A0 | C8 | 39 | 14 | 0 | 48 | 16 | 4D | 39 | 32 |
| Octal | 240 | 310 | 71 | 24 | 0 | 110 | 26 | 115 | 71 | 62 |
| Binary | 10100000 | 11001000 | 111001 | 10100 | 0 | 1001000 | 10110 | 1001101 | 111001 | 110010 |
Color Harmonies of #A0C839
Complementary color
Monochromatic Colors of #A0C839
Black with #A0C839
Text Example
Text Example
White with #A0C839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C839; }
p { color: rgb(160,200,57); }
H1.HeaderClassName
{
color: #A0C839;
}
.AnyTagClassName
{
color: #A0C839;
}
</style>
background-color css
<style>
a { background-color: #A0C839; }
a { background-color: rgb(160,200,57); }
div.DivClassName
{
background-color: #A0C839;
}
.BgClassName
{
background-color: #A0C839;
}
</style>
border-color css
<style>
span { border-color: #A0C839; }
span { border-color: rgb(160,200,57); }
td.TdClassName
{
border-color: #A0C839;
}
.TagClassName
{
border-color: #A0C839;
}
</style>