Shades of Atlantis #A1DD37
Tints of Atlantis #A1DD37
RGB
CMYK
RGB Variations
Color information
#A1DD37 (or 0xA1DD37) is known color: Atlantis. HEX triplet: A1, DD and 37. RGB value is (161,221,55). Sum of RGB (Red+Green+Blue) = 161+221+55=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD37 is #5E22C8. Grayscale: #B8B8B8. Windows color (decimal): -6169289 or 3661217. OLE color: 3661217.
HSL color Cylindrical-coordinate representation of color #A1DD37: hue angle of 81.69º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1DD37 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 55 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.13 |
| HSL | 81.69º | 0.71% | 0.54% | - |
| HSV(B) | 81.69º | 0.75% | 0.87% | - |
| XYZ | 41.24 | 59.57 | 12.94 | - |
| YUV | 184.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 55 | 0.27 | 0 | 0.75 | 0.13 | 81.69 | 0.71 | 0.54 |
| Hex | A1 | DD | 37 | 1B | 0 | 4B | D | 52 | 47 | 36 |
| Octal | 241 | 335 | 67 | 33 | 0 | 113 | 15 | 122 | 107 | 66 |
| Binary | 10100001 | 11011101 | 110111 | 11011 | 0 | 1001011 | 1101 | 1010010 | 1000111 | 110110 |
Color Harmonies of #A1DD37
Complementary color
Monochromatic Colors of #A1DD37
Black with #A1DD37
Text Example
Text Example
White with #A1DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD37; }
p { color: rgb(161,221,55); }
H1.HeaderClassName
{
color: #A1DD37;
}
.AnyTagClassName
{
color: #A1DD37;
}
</style>
background-color css
<style>
a { background-color: #A1DD37; }
a { background-color: rgb(161,221,55); }
div.DivClassName
{
background-color: #A1DD37;
}
.BgClassName
{
background-color: #A1DD37;
}
</style>
border-color css
<style>
span { border-color: #A1DD37; }
span { border-color: rgb(161,221,55); }
td.TdClassName
{
border-color: #A1DD37;
}
.TagClassName
{
border-color: #A1DD37;
}
</style>