Shades of Atlantis #A0DD3F
Tints of Atlantis #A0DD3F
RGB
CMYK
RGB Variations
Color information
#A0DD3F (or 0xA0DD3F) is known color: Atlantis. HEX triplet: A0, DD and 3F. RGB value is (160,221,63). Sum of RGB (Red+Green+Blue) = 160+221+63=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD3F is #5F22C0. Grayscale: #B9B9B9. Windows color (decimal): -6234817 or 4185504. OLE color: 4185504.
HSL color Cylindrical-coordinate representation of color #A0DD3F: hue angle of 83.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0DD3F is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 63 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.13 |
| HSL | 83.16º | 0.7% | 0.56% | - |
| HSV(B) | 83.16º | 0.71% | 0.87% | - |
| XYZ | 41.25 | 59.55 | 14.02 | - |
| YUV | 184.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 63 | 0.28 | 0 | 0.71 | 0.13 | 83.16 | 0.7 | 0.56 |
| Hex | A0 | DD | 3F | 1C | 0 | 47 | D | 53 | 46 | 38 |
| Octal | 240 | 335 | 77 | 34 | 0 | 107 | 15 | 123 | 106 | 70 |
| Binary | 10100000 | 11011101 | 111111 | 11100 | 0 | 1000111 | 1101 | 1010011 | 1000110 | 111000 |
Color Harmonies of #A0DD3F
Complementary color
Monochromatic Colors of #A0DD3F
Black with #A0DD3F
Text Example
Text Example
White with #A0DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD3F; }
p { color: rgb(160,221,63); }
H1.HeaderClassName
{
color: #A0DD3F;
}
.AnyTagClassName
{
color: #A0DD3F;
}
</style>
background-color css
<style>
a { background-color: #A0DD3F; }
a { background-color: rgb(160,221,63); }
div.DivClassName
{
background-color: #A0DD3F;
}
.BgClassName
{
background-color: #A0DD3F;
}
</style>
border-color css
<style>
span { border-color: #A0DD3F; }
span { border-color: rgb(160,221,63); }
td.TdClassName
{
border-color: #A0DD3F;
}
.TagClassName
{
border-color: #A0DD3F;
}
</style>