Shades of Atlantis #A0DD41
Tints of Atlantis #A0DD41
RGB
CMYK
RGB Variations
Color information
#A0DD41 (or 0xA0DD41) is known color: Atlantis. HEX triplet: A0, DD and 41. RGB value is (160,221,65). Sum of RGB (Red+Green+Blue) = 160+221+65=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD41 is #5F22BE. Grayscale: #B9B9B9. Windows color (decimal): -6234815 or 4316576. OLE color: 4316576.
HSL color Cylindrical-coordinate representation of color #A0DD41: hue angle of 83.46º 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 #A0DD41 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 65 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.13 |
| HSL | 83.46º | 0.7% | 0.56% | - |
| HSV(B) | 83.46º | 0.71% | 0.87% | - |
| XYZ | 41.31 | 59.57 | 14.32 | - |
| YUV | 184.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 65 | 0.28 | 0 | 0.71 | 0.13 | 83.46 | 0.7 | 0.56 |
| Hex | A0 | DD | 41 | 1C | 0 | 47 | D | 53 | 46 | 38 |
| Octal | 240 | 335 | 101 | 34 | 0 | 107 | 15 | 123 | 106 | 70 |
| Binary | 10100000 | 11011101 | 1000001 | 11100 | 0 | 1000111 | 1101 | 1010011 | 1000110 | 111000 |
Color Harmonies of #A0DD41
Complementary color
Monochromatic Colors of #A0DD41
Black with #A0DD41
Text Example
Text Example
White with #A0DD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD41; }
p { color: rgb(160,221,65); }
H1.HeaderClassName
{
color: #A0DD41;
}
.AnyTagClassName
{
color: #A0DD41;
}
</style>
background-color css
<style>
a { background-color: #A0DD41; }
a { background-color: rgb(160,221,65); }
div.DivClassName
{
background-color: #A0DD41;
}
.BgClassName
{
background-color: #A0DD41;
}
</style>
border-color css
<style>
span { border-color: #A0DD41; }
span { border-color: rgb(160,221,65); }
td.TdClassName
{
border-color: #A0DD41;
}
.TagClassName
{
border-color: #A0DD41;
}
</style>