Shades of Atlantis #A0C73D
Tints of Atlantis #A0C73D
RGB
CMYK
RGB Variations
Color information
#A0C73D (or 0xA0C73D) is known color: Atlantis. HEX triplet: A0, C7 and 3D. RGB value is (160,199,61). Sum of RGB (Red+Green+Blue) = 160+199+61=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C73D is #5F38C2. Grayscale: #ACACAC. Windows color (decimal): -6240451 or 4048800. OLE color: 4048800.
HSL color Cylindrical-coordinate representation of color #A0C73D: hue angle of 76.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C73D is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 61 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.22 |
| HSL | 76.96º | 0.55% | 0.51% | - |
| HSV(B) | 76.96º | 0.69% | 0.78% | - |
| XYZ | 35.76 | 48.66 | 11.92 | - |
| YUV | 171.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 61 | 0.20 | 0 | 0.69 | 0.22 | 76.96 | 0.55 | 0.51 |
| Hex | A0 | C7 | 3D | 14 | 0 | 45 | 16 | 4D | 37 | 33 |
| Octal | 240 | 307 | 75 | 24 | 0 | 105 | 26 | 115 | 67 | 63 |
| Binary | 10100000 | 11000111 | 111101 | 10100 | 0 | 1000101 | 10110 | 1001101 | 110111 | 110011 |
Color Harmonies of #A0C73D
Complementary color
Monochromatic Colors of #A0C73D
Black with #A0C73D
Text Example
Text Example
White with #A0C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C73D; }
p { color: rgb(160,199,61); }
H1.HeaderClassName
{
color: #A0C73D;
}
.AnyTagClassName
{
color: #A0C73D;
}
</style>
background-color css
<style>
a { background-color: #A0C73D; }
a { background-color: rgb(160,199,61); }
div.DivClassName
{
background-color: #A0C73D;
}
.BgClassName
{
background-color: #A0C73D;
}
</style>
border-color css
<style>
span { border-color: #A0C73D; }
span { border-color: rgb(160,199,61); }
td.TdClassName
{
border-color: #A0C73D;
}
.TagClassName
{
border-color: #A0C73D;
}
</style>