Shades of Atlantis #A0DD45
Tints of Atlantis #A0DD45
RGB
CMYK
RGB Variations
Color information
#A0DD45 (or 0xA0DD45) is known color: Atlantis. HEX triplet: A0, DD and 45. RGB value is (160,221,69). Sum of RGB (Red+Green+Blue) = 160+221+69=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD45 is #5F22BA. Grayscale: #B9B9B9. Windows color (decimal): -6234811 or 4578720. OLE color: 4578720.
HSL color Cylindrical-coordinate representation of color #A0DD45: hue angle of 84.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0DD45 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 69 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.13 |
| HSL | 84.08º | 0.69% | 0.57% | - |
| HSV(B) | 84.08º | 0.69% | 0.87% | - |
| XYZ | 41.43 | 59.62 | 14.95 | - |
| YUV | 185.43 | 62.29 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 69 | 0.28 | 0 | 0.69 | 0.13 | 84.08 | 0.69 | 0.57 |
| Hex | A0 | DD | 45 | 1C | 0 | 45 | D | 54 | 45 | 39 |
| Octal | 240 | 335 | 105 | 34 | 0 | 105 | 15 | 124 | 105 | 71 |
| Binary | 10100000 | 11011101 | 1000101 | 11100 | 0 | 1000101 | 1101 | 1010100 | 1000101 | 111001 |
Color Harmonies of #A0DD45
Complementary color
Monochromatic Colors of #A0DD45
Black with #A0DD45
Text Example
Text Example
White with #A0DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD45; }
p { color: rgb(160,221,69); }
H1.HeaderClassName
{
color: #A0DD45;
}
.AnyTagClassName
{
color: #A0DD45;
}
</style>
background-color css
<style>
a { background-color: #A0DD45; }
a { background-color: rgb(160,221,69); }
div.DivClassName
{
background-color: #A0DD45;
}
.BgClassName
{
background-color: #A0DD45;
}
</style>
border-color css
<style>
span { border-color: #A0DD45; }
span { border-color: rgb(160,221,69); }
td.TdClassName
{
border-color: #A0DD45;
}
.TagClassName
{
border-color: #A0DD45;
}
</style>