Shades of Atlantis #ABDC3F
Tints of Atlantis #ABDC3F
RGB
CMYK
RGB Variations
Color information
#ABDC3F (or 0xABDC3F) is known color: Atlantis. HEX triplet: AB, DC and 3F. RGB value is (171,220,63). Sum of RGB (Red+Green+Blue) = 171+220+63=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3F is #5423C0. Grayscale: #BCBCBC. Windows color (decimal): -5514177 or 4185259. OLE color: 4185259.
HSL color Cylindrical-coordinate representation of color #ABDC3F: hue angle of 78.73º degrees, saturation: 0.69, 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 #ABDC3F is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 63 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.14 |
| HSL | 78.73º | 0.69% | 0.55% | - |
| HSV(B) | 78.73º | 0.71% | 0.86% | - |
| XYZ | 43.29 | 60.2 | 14.04 | - |
| YUV | 187.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 63 | 0.22 | 0 | 0.71 | 0.14 | 78.73 | 0.69 | 0.55 |
| Hex | AB | DC | 3F | 16 | 0 | 47 | E | 4F | 45 | 37 |
| Octal | 253 | 334 | 77 | 26 | 0 | 107 | 16 | 117 | 105 | 67 |
| Binary | 10101011 | 11011100 | 111111 | 10110 | 0 | 1000111 | 1110 | 1001111 | 1000101 | 110111 |
Color Harmonies of #ABDC3F
Complementary color
Monochromatic Colors of #ABDC3F
Black with #ABDC3F
Text Example
Text Example
White with #ABDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC3F; }
p { color: rgb(171,220,63); }
H1.HeaderClassName
{
color: #ABDC3F;
}
.AnyTagClassName
{
color: #ABDC3F;
}
</style>
background-color css
<style>
a { background-color: #ABDC3F; }
a { background-color: rgb(171,220,63); }
div.DivClassName
{
background-color: #ABDC3F;
}
.BgClassName
{
background-color: #ABDC3F;
}
</style>
border-color css
<style>
span { border-color: #ABDC3F; }
span { border-color: rgb(171,220,63); }
td.TdClassName
{
border-color: #ABDC3F;
}
.TagClassName
{
border-color: #ABDC3F;
}
</style>