Shades of Atlantis #A0DD3B
Tints of Atlantis #A0DD3B
RGB
CMYK
RGB Variations
Color information
#A0DD3B (or 0xA0DD3B) is known color: Atlantis. HEX triplet: A0, DD and 3B. RGB value is (160,221,59). Sum of RGB (Red+Green+Blue) = 160+221+59=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD3B is #5F22C4. Grayscale: #B8B8B8. Windows color (decimal): -6234821 or 3923360. OLE color: 3923360.
HSL color Cylindrical-coordinate representation of color #A0DD3B: hue angle of 82.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0DD3B is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 59 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.13 |
| HSL | 82.59º | 0.7% | 0.55% | - |
| HSV(B) | 82.59º | 0.73% | 0.87% | - |
| XYZ | 41.14 | 59.5 | 13.45 | - |
| YUV | 184.29 | 57.29 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 59 | 0.28 | 0 | 0.73 | 0.13 | 82.59 | 0.7 | 0.55 |
| Hex | A0 | DD | 3B | 1C | 0 | 49 | D | 53 | 46 | 37 |
| Octal | 240 | 335 | 73 | 34 | 0 | 111 | 15 | 123 | 106 | 67 |
| Binary | 10100000 | 11011101 | 111011 | 11100 | 0 | 1001001 | 1101 | 1010011 | 1000110 | 110111 |
Color Harmonies of #A0DD3B
Complementary color
Monochromatic Colors of #A0DD3B
Black with #A0DD3B
Text Example
Text Example
White with #A0DD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD3B; }
p { color: rgb(160,221,59); }
H1.HeaderClassName
{
color: #A0DD3B;
}
.AnyTagClassName
{
color: #A0DD3B;
}
</style>
background-color css
<style>
a { background-color: #A0DD3B; }
a { background-color: rgb(160,221,59); }
div.DivClassName
{
background-color: #A0DD3B;
}
.BgClassName
{
background-color: #A0DD3B;
}
</style>
border-color css
<style>
span { border-color: #A0DD3B; }
span { border-color: rgb(160,221,59); }
td.TdClassName
{
border-color: #A0DD3B;
}
.TagClassName
{
border-color: #A0DD3B;
}
</style>