Shades of Atlantis #A0DD36
Tints of Atlantis #A0DD36
RGB
CMYK
RGB Variations
Color information
#A0DD36 (or 0xA0DD36) is known color: Atlantis. HEX triplet: A0, DD and 36. RGB value is (160,221,54). Sum of RGB (Red+Green+Blue) = 160+221+54=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD36 is #5F22C9. Grayscale: #B8B8B8. Windows color (decimal): -6234826 or 3595680. OLE color: 3595680.
HSL color Cylindrical-coordinate representation of color #A0DD36: hue angle of 81.92º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0DD36 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 54 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.13 |
| HSL | 81.92º | 0.71% | 0.54% | - |
| HSV(B) | 81.92º | 0.76% | 0.87% | - |
| XYZ | 41.02 | 59.45 | 12.8 | - |
| YUV | 183.72 | 54.79 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 54 | 0.28 | 0 | 0.76 | 0.13 | 81.92 | 0.71 | 0.54 |
| Hex | A0 | DD | 36 | 1C | 0 | 4C | D | 52 | 47 | 36 |
| Octal | 240 | 335 | 66 | 34 | 0 | 114 | 15 | 122 | 107 | 66 |
| Binary | 10100000 | 11011101 | 110110 | 11100 | 0 | 1001100 | 1101 | 1010010 | 1000111 | 110110 |
Color Harmonies of #A0DD36
Complementary color
Monochromatic Colors of #A0DD36
Black with #A0DD36
Text Example
Text Example
White with #A0DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD36; }
p { color: rgb(160,221,54); }
H1.HeaderClassName
{
color: #A0DD36;
}
.AnyTagClassName
{
color: #A0DD36;
}
</style>
background-color css
<style>
a { background-color: #A0DD36; }
a { background-color: rgb(160,221,54); }
div.DivClassName
{
background-color: #A0DD36;
}
.BgClassName
{
background-color: #A0DD36;
}
</style>
border-color css
<style>
span { border-color: #A0DD36; }
span { border-color: rgb(160,221,54); }
td.TdClassName
{
border-color: #A0DD36;
}
.TagClassName
{
border-color: #A0DD36;
}
</style>