Shades of Atlantis #A0C739
Tints of Atlantis #A0C739
RGB
CMYK
RGB Variations
Color information
#A0C739 (or 0xA0C739) is known color: Atlantis. HEX triplet: A0, C7 and 39. RGB value is (160,199,57). Sum of RGB (Red+Green+Blue) = 160+199+57=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C739 is #5F38C6. Grayscale: #ABABAB. Windows color (decimal): -6240455 or 3786656. OLE color: 3786656.
HSL color Cylindrical-coordinate representation of color #A0C739: hue angle of 76.48º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0C739 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 57 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.22 |
| HSL | 76.48º | 0.56% | 0.5% | - |
| HSV(B) | 76.48º | 0.71% | 0.78% | - |
| XYZ | 35.66 | 48.62 | 11.38 | - |
| YUV | 171.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 57 | 0.20 | 0 | 0.71 | 0.22 | 76.48 | 0.56 | 0.5 |
| Hex | A0 | C7 | 39 | 14 | 0 | 47 | 16 | 4C | 38 | 32 |
| Octal | 240 | 307 | 71 | 24 | 0 | 107 | 26 | 114 | 70 | 62 |
| Binary | 10100000 | 11000111 | 111001 | 10100 | 0 | 1000111 | 10110 | 1001100 | 111000 | 110010 |
Color Harmonies of #A0C739
Complementary color
Monochromatic Colors of #A0C739
Black with #A0C739
Text Example
Text Example
White with #A0C739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C739; }
p { color: rgb(160,199,57); }
H1.HeaderClassName
{
color: #A0C739;
}
.AnyTagClassName
{
color: #A0C739;
}
</style>
background-color css
<style>
a { background-color: #A0C739; }
a { background-color: rgb(160,199,57); }
div.DivClassName
{
background-color: #A0C739;
}
.BgClassName
{
background-color: #A0C739;
}
</style>
border-color css
<style>
span { border-color: #A0C739; }
span { border-color: rgb(160,199,57); }
td.TdClassName
{
border-color: #A0C739;
}
.TagClassName
{
border-color: #A0C739;
}
</style>