Shades of Atlantis #A1DB39
Tints of Atlantis #A1DB39
RGB
CMYK
RGB Variations
Color information
#A1DB39 (or 0xA1DB39) is known color: Atlantis. HEX triplet: A1, DB and 39. RGB value is (161,219,57). Sum of RGB (Red+Green+Blue) = 161+219+57=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DB39 is #5E24C6. Grayscale: #B7B7B7. Windows color (decimal): -6169799 or 3791777. OLE color: 3791777.
HSL color Cylindrical-coordinate representation of color #A1DB39: hue angle of 81.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1DB39 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 57 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.14 |
| HSL | 81.48º | 0.69% | 0.54% | - |
| HSV(B) | 81.48º | 0.74% | 0.86% | - |
| XYZ | 40.77 | 58.54 | 13.02 | - |
| YUV | 183.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 57 | 0.26 | 0 | 0.74 | 0.14 | 81.48 | 0.69 | 0.54 |
| Hex | A1 | DB | 39 | 1A | 0 | 4A | E | 51 | 45 | 36 |
| Octal | 241 | 333 | 71 | 32 | 0 | 112 | 16 | 121 | 105 | 66 |
| Binary | 10100001 | 11011011 | 111001 | 11010 | 0 | 1001010 | 1110 | 1010001 | 1000101 | 110110 |
Color Harmonies of #A1DB39
Complementary color
Monochromatic Colors of #A1DB39
Black with #A1DB39
Text Example
Text Example
White with #A1DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB39; }
p { color: rgb(161,219,57); }
H1.HeaderClassName
{
color: #A1DB39;
}
.AnyTagClassName
{
color: #A1DB39;
}
</style>
background-color css
<style>
a { background-color: #A1DB39; }
a { background-color: rgb(161,219,57); }
div.DivClassName
{
background-color: #A1DB39;
}
.BgClassName
{
background-color: #A1DB39;
}
</style>
border-color css
<style>
span { border-color: #A1DB39; }
span { border-color: rgb(161,219,57); }
td.TdClassName
{
border-color: #A1DB39;
}
.TagClassName
{
border-color: #A1DB39;
}
</style>