Shades of Atlantis #A0C04C
Tints of Atlantis #A0C04C
RGB
CMYK
RGB Variations
Color information
#A0C04C (or 0xA0C04C) is known color: Atlantis. HEX triplet: A0, C0 and 4C. RGB value is (160,192,76). Sum of RGB (Red+Green+Blue) = 160+192+76=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C04C is #5F3FB3. Grayscale: #A9A9A9. Windows color (decimal): -6242228 or 5030048. OLE color: 5030048.
HSL color Cylindrical-coordinate representation of color #A0C04C: hue angle of 76.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0C04C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 76 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.25 |
| HSL | 76.55º | 0.48% | 0.53% | - |
| HSV(B) | 76.55º | 0.6% | 0.75% | - |
| XYZ | 34.65 | 45.69 | 13.83 | - |
| YUV | 169.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 76 | 0.17 | 0 | 0.60 | 0.25 | 76.55 | 0.48 | 0.53 |
| Hex | A0 | C0 | 4C | 11 | 0 | 3C | 19 | 4D | 30 | 35 |
| Octal | 240 | 300 | 114 | 21 | 0 | 74 | 31 | 115 | 60 | 65 |
| Binary | 10100000 | 11000000 | 1001100 | 10001 | 0 | 111100 | 11001 | 1001101 | 110000 | 110101 |
Color Harmonies of #A0C04C
Complementary color
Monochromatic Colors of #A0C04C
Black with #A0C04C
Text Example
Text Example
White with #A0C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C04C; }
p { color: rgb(160,192,76); }
H1.HeaderClassName
{
color: #A0C04C;
}
.AnyTagClassName
{
color: #A0C04C;
}
</style>
background-color css
<style>
a { background-color: #A0C04C; }
a { background-color: rgb(160,192,76); }
div.DivClassName
{
background-color: #A0C04C;
}
.BgClassName
{
background-color: #A0C04C;
}
</style>
border-color css
<style>
span { border-color: #A0C04C; }
span { border-color: rgb(160,192,76); }
td.TdClassName
{
border-color: #A0C04C;
}
.TagClassName
{
border-color: #A0C04C;
}
</style>