Shades of Atlantis #ABDB39
Tints of Atlantis #ABDB39
RGB
CMYK
RGB Variations
Color information
#ABDB39 (or 0xABDB39) is known color: Atlantis. HEX triplet: AB, DB and 39. RGB value is (171,219,57). Sum of RGB (Red+Green+Blue) = 171+219+57=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB39 is #5424C6. Grayscale: #BABABA. Windows color (decimal): -5514439 or 3791787. OLE color: 3791787.
HSL color Cylindrical-coordinate representation of color #ABDB39: hue angle of 77.78º 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 #ABDB39 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 57 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.14 |
| HSL | 77.78º | 0.69% | 0.54% | - |
| HSV(B) | 77.78º | 0.74% | 0.86% | - |
| XYZ | 42.86 | 59.62 | 13.12 | - |
| YUV | 186.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 57 | 0.22 | 0 | 0.74 | 0.14 | 77.78 | 0.69 | 0.54 |
| Hex | AB | DB | 39 | 16 | 0 | 4A | E | 4E | 45 | 36 |
| Octal | 253 | 333 | 71 | 26 | 0 | 112 | 16 | 116 | 105 | 66 |
| Binary | 10101011 | 11011011 | 111001 | 10110 | 0 | 1001010 | 1110 | 1001110 | 1000101 | 110110 |
Color Harmonies of #ABDB39
Complementary color
Monochromatic Colors of #ABDB39
Black with #ABDB39
Text Example
Text Example
White with #ABDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB39; }
p { color: rgb(171,219,57); }
H1.HeaderClassName
{
color: #ABDB39;
}
.AnyTagClassName
{
color: #ABDB39;
}
</style>
background-color css
<style>
a { background-color: #ABDB39; }
a { background-color: rgb(171,219,57); }
div.DivClassName
{
background-color: #ABDB39;
}
.BgClassName
{
background-color: #ABDB39;
}
</style>
border-color css
<style>
span { border-color: #ABDB39; }
span { border-color: rgb(171,219,57); }
td.TdClassName
{
border-color: #ABDB39;
}
.TagClassName
{
border-color: #ABDB39;
}
</style>