Shades of Atlantis #ABDB3F
Tints of Atlantis #ABDB3F
RGB
CMYK
RGB Variations
Color information
#ABDB3F (or 0xABDB3F) is known color: Atlantis. HEX triplet: AB, DB and 3F. RGB value is (171,219,63). Sum of RGB (Red+Green+Blue) = 171+219+63=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB3F is #5424C0. Grayscale: #BBBBBB. Windows color (decimal): -5514433 or 4185003. OLE color: 4185003.
HSL color Cylindrical-coordinate representation of color #ABDB3F: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABDB3F is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 63 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.14 |
| HSL | 78.46º | 0.68% | 0.55% | - |
| HSV(B) | 78.46º | 0.71% | 0.86% | - |
| XYZ | 43.02 | 59.68 | 13.95 | - |
| YUV | 186.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 63 | 0.22 | 0 | 0.71 | 0.14 | 78.46 | 0.68 | 0.55 |
| Hex | AB | DB | 3F | 16 | 0 | 47 | E | 4E | 44 | 37 |
| Octal | 253 | 333 | 77 | 26 | 0 | 107 | 16 | 116 | 104 | 67 |
| Binary | 10101011 | 11011011 | 111111 | 10110 | 0 | 1000111 | 1110 | 1001110 | 1000100 | 110111 |
Color Harmonies of #ABDB3F
Complementary color
Monochromatic Colors of #ABDB3F
Black with #ABDB3F
Text Example
Text Example
White with #ABDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB3F; }
p { color: rgb(171,219,63); }
H1.HeaderClassName
{
color: #ABDB3F;
}
.AnyTagClassName
{
color: #ABDB3F;
}
</style>
background-color css
<style>
a { background-color: #ABDB3F; }
a { background-color: rgb(171,219,63); }
div.DivClassName
{
background-color: #ABDB3F;
}
.BgClassName
{
background-color: #ABDB3F;
}
</style>
border-color css
<style>
span { border-color: #ABDB3F; }
span { border-color: rgb(171,219,63); }
td.TdClassName
{
border-color: #ABDB3F;
}
.TagClassName
{
border-color: #ABDB3F;
}
</style>