Shades of Atlantis #A0DC36
Tints of Atlantis #A0DC36
RGB
CMYK
RGB Variations
Color information
#A0DC36 (or 0xA0DC36) is known color: Atlantis. HEX triplet: A0, DC and 36. RGB value is (160,220,54). Sum of RGB (Red+Green+Blue) = 160+220+54=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DC36 is #5F23C9. Grayscale: #B7B7B7. Windows color (decimal): -6235082 or 3595424. OLE color: 3595424.
HSL color Cylindrical-coordinate representation of color #A0DC36: hue angle of 81.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0DC36 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 54 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.14 |
| HSL | 81.69º | 0.7% | 0.54% | - |
| HSV(B) | 81.69º | 0.75% | 0.86% | - |
| XYZ | 40.76 | 58.93 | 12.72 | - |
| YUV | 183.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 54 | 0.27 | 0 | 0.75 | 0.14 | 81.69 | 0.7 | 0.54 |
| Hex | A0 | DC | 36 | 1B | 0 | 4B | E | 52 | 46 | 36 |
| Octal | 240 | 334 | 66 | 33 | 0 | 113 | 16 | 122 | 106 | 66 |
| Binary | 10100000 | 11011100 | 110110 | 11011 | 0 | 1001011 | 1110 | 1010010 | 1000110 | 110110 |
Color Harmonies of #A0DC36
Complementary color
Monochromatic Colors of #A0DC36
Black with #A0DC36
Text Example
Text Example
White with #A0DC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC36; }
p { color: rgb(160,220,54); }
H1.HeaderClassName
{
color: #A0DC36;
}
.AnyTagClassName
{
color: #A0DC36;
}
</style>
background-color css
<style>
a { background-color: #A0DC36; }
a { background-color: rgb(160,220,54); }
div.DivClassName
{
background-color: #A0DC36;
}
.BgClassName
{
background-color: #A0DC36;
}
</style>
border-color css
<style>
span { border-color: #A0DC36; }
span { border-color: rgb(160,220,54); }
td.TdClassName
{
border-color: #A0DC36;
}
.TagClassName
{
border-color: #A0DC36;
}
</style>