Shades of Atlantis #A0CC4D
Tints of Atlantis #A0CC4D
RGB
CMYK
RGB Variations
Color information
#A0CC4D (or 0xA0CC4D) is known color: Atlantis. HEX triplet: A0, CC and 4D. RGB value is (160,204,77). Sum of RGB (Red+Green+Blue) = 160+204+77=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC4D is #5F33B2. Grayscale: #B0B0B0. Windows color (decimal): -6239155 or 5098656. OLE color: 5098656.
HSL color Cylindrical-coordinate representation of color #A0CC4D: hue angle of 80.79º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0CC4D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 77 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.2 |
| HSL | 80.79º | 0.55% | 0.55% | - |
| HSV(B) | 80.79º | 0.62% | 0.8% | - |
| XYZ | 37.43 | 51.2 | 14.93 | - |
| YUV | 176.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 77 | 0.22 | 0 | 0.62 | 0.2 | 80.79 | 0.55 | 0.55 |
| Hex | A0 | CC | 4D | 16 | 0 | 3E | 14 | 51 | 37 | 37 |
| Octal | 240 | 314 | 115 | 26 | 0 | 76 | 24 | 121 | 67 | 67 |
| Binary | 10100000 | 11001100 | 1001101 | 10110 | 0 | 111110 | 10100 | 1010001 | 110111 | 110111 |
Color Harmonies of #A0CC4D
Complementary color
Monochromatic Colors of #A0CC4D
Black with #A0CC4D
Text Example
Text Example
White with #A0CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC4D; }
p { color: rgb(160,204,77); }
H1.HeaderClassName
{
color: #A0CC4D;
}
.AnyTagClassName
{
color: #A0CC4D;
}
</style>
background-color css
<style>
a { background-color: #A0CC4D; }
a { background-color: rgb(160,204,77); }
div.DivClassName
{
background-color: #A0CC4D;
}
.BgClassName
{
background-color: #A0CC4D;
}
</style>
border-color css
<style>
span { border-color: #A0CC4D; }
span { border-color: rgb(160,204,77); }
td.TdClassName
{
border-color: #A0CC4D;
}
.TagClassName
{
border-color: #A0CC4D;
}
</style>