Shades of Atlantis #A0C24D
Tints of Atlantis #A0C24D
RGB
CMYK
RGB Variations
Color information
#A0C24D (or 0xA0C24D) is known color: Atlantis. HEX triplet: A0, C2 and 4D. RGB value is (160,194,77). Sum of RGB (Red+Green+Blue) = 160+194+77=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C24D is #5F3DB2. Grayscale: #AAAAAA. Windows color (decimal): -6241715 or 5096096. OLE color: 5096096.
HSL color Cylindrical-coordinate representation of color #A0C24D: hue angle of 77.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0C24D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 77 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.24 |
| HSL | 77.44º | 0.49% | 0.53% | - |
| HSV(B) | 77.44º | 0.6% | 0.76% | - |
| XYZ | 35.13 | 46.59 | 14.16 | - |
| YUV | 170.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 77 | 0.18 | 0 | 0.60 | 0.24 | 77.44 | 0.49 | 0.53 |
| Hex | A0 | C2 | 4D | 12 | 0 | 3C | 18 | 4D | 31 | 35 |
| Octal | 240 | 302 | 115 | 22 | 0 | 74 | 30 | 115 | 61 | 65 |
| Binary | 10100000 | 11000010 | 1001101 | 10010 | 0 | 111100 | 11000 | 1001101 | 110001 | 110101 |
Color Harmonies of #A0C24D
Complementary color
Monochromatic Colors of #A0C24D
Black with #A0C24D
Text Example
Text Example
White with #A0C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C24D; }
p { color: rgb(160,194,77); }
H1.HeaderClassName
{
color: #A0C24D;
}
.AnyTagClassName
{
color: #A0C24D;
}
</style>
background-color css
<style>
a { background-color: #A0C24D; }
a { background-color: rgb(160,194,77); }
div.DivClassName
{
background-color: #A0C24D;
}
.BgClassName
{
background-color: #A0C24D;
}
</style>
border-color css
<style>
span { border-color: #A0C24D; }
span { border-color: rgb(160,194,77); }
td.TdClassName
{
border-color: #A0C24D;
}
.TagClassName
{
border-color: #A0C24D;
}
</style>