Shades of Atlantis #A0DC4A
Tints of Atlantis #A0DC4A
RGB
CMYK
RGB Variations
Color information
#A0DC4A (or 0xA0DC4A) is known color: Atlantis. HEX triplet: A0, DC and 4A. RGB value is (160,220,74). Sum of RGB (Red+Green+Blue) = 160+220+74=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DC4A is #5F23B5. Grayscale: #B9B9B9. Windows color (decimal): -6235062 or 4906144. OLE color: 4906144.
HSL color Cylindrical-coordinate representation of color #A0DC4A: hue angle of 84.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0DC4A is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 74 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.14 |
| HSL | 84.66º | 0.68% | 0.58% | - |
| HSV(B) | 84.66º | 0.66% | 0.86% | - |
| XYZ | 41.33 | 59.15 | 15.72 | - |
| YUV | 185.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 74 | 0.27 | 0 | 0.66 | 0.14 | 84.66 | 0.68 | 0.58 |
| Hex | A0 | DC | 4A | 1B | 0 | 42 | E | 55 | 44 | 3A |
| Octal | 240 | 334 | 112 | 33 | 0 | 102 | 16 | 125 | 104 | 72 |
| Binary | 10100000 | 11011100 | 1001010 | 11011 | 0 | 1000010 | 1110 | 1010101 | 1000100 | 111010 |
Color Harmonies of #A0DC4A
Complementary color
Monochromatic Colors of #A0DC4A
Black with #A0DC4A
Text Example
Text Example
White with #A0DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC4A; }
p { color: rgb(160,220,74); }
H1.HeaderClassName
{
color: #A0DC4A;
}
.AnyTagClassName
{
color: #A0DC4A;
}
</style>
background-color css
<style>
a { background-color: #A0DC4A; }
a { background-color: rgb(160,220,74); }
div.DivClassName
{
background-color: #A0DC4A;
}
.BgClassName
{
background-color: #A0DC4A;
}
</style>
border-color css
<style>
span { border-color: #A0DC4A; }
span { border-color: rgb(160,220,74); }
td.TdClassName
{
border-color: #A0DC4A;
}
.TagClassName
{
border-color: #A0DC4A;
}
</style>