Shades of Atlantis #ABDC36
Tints of Atlantis #ABDC36
RGB
CMYK
RGB Variations
Color information
#ABDC36 (or 0xABDC36) is known color: Atlantis. HEX triplet: AB, DC and 36. RGB value is (171,220,54). Sum of RGB (Red+Green+Blue) = 171+220+54=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC36 is #5423C9. Grayscale: #BBBBBB. Windows color (decimal): -5514186 or 3595435. OLE color: 3595435.
HSL color Cylindrical-coordinate representation of color #ABDC36: hue angle of 77.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABDC36 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 54 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.14 |
| HSL | 77.71º | 0.7% | 0.54% | - |
| HSV(B) | 77.71º | 0.75% | 0.86% | - |
| XYZ | 43.05 | 60.11 | 12.82 | - |
| YUV | 186.43 | 53.27 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 54 | 0.22 | 0 | 0.75 | 0.14 | 77.71 | 0.7 | 0.54 |
| Hex | AB | DC | 36 | 16 | 0 | 4B | E | 4E | 46 | 36 |
| Octal | 253 | 334 | 66 | 26 | 0 | 113 | 16 | 116 | 106 | 66 |
| Binary | 10101011 | 11011100 | 110110 | 10110 | 0 | 1001011 | 1110 | 1001110 | 1000110 | 110110 |
Color Harmonies of #ABDC36
Complementary color
Monochromatic Colors of #ABDC36
Black with #ABDC36
Text Example
Text Example
White with #ABDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC36; }
p { color: rgb(171,220,54); }
H1.HeaderClassName
{
color: #ABDC36;
}
.AnyTagClassName
{
color: #ABDC36;
}
</style>
background-color css
<style>
a { background-color: #ABDC36; }
a { background-color: rgb(171,220,54); }
div.DivClassName
{
background-color: #ABDC36;
}
.BgClassName
{
background-color: #ABDC36;
}
</style>
border-color css
<style>
span { border-color: #ABDC36; }
span { border-color: rgb(171,220,54); }
td.TdClassName
{
border-color: #ABDC36;
}
.TagClassName
{
border-color: #ABDC36;
}
</style>