Shades of Atlantis #ABDC34
Tints of Atlantis #ABDC34
RGB
CMYK
RGB Variations
Color information
#ABDC34 (or 0xABDC34) is known color: Atlantis. HEX triplet: AB, DC and 34. RGB value is (171,220,52). Sum of RGB (Red+Green+Blue) = 171+220+52=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC34 is #5423CB. Grayscale: #BABABA. Windows color (decimal): -5514188 or 3464363. OLE color: 3464363.
HSL color Cylindrical-coordinate representation of color #ABDC34: hue angle of 77.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABDC34 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 52 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.14 |
| HSL | 77.5º | 0.71% | 0.53% | - |
| HSV(B) | 77.5º | 0.76% | 0.86% | - |
| XYZ | 43.01 | 60.09 | 12.58 | - |
| YUV | 186.2 | 52.27 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 52 | 0.22 | 0 | 0.76 | 0.14 | 77.5 | 0.71 | 0.53 |
| Hex | AB | DC | 34 | 16 | 0 | 4C | E | 4E | 47 | 35 |
| Octal | 253 | 334 | 64 | 26 | 0 | 114 | 16 | 116 | 107 | 65 |
| Binary | 10101011 | 11011100 | 110100 | 10110 | 0 | 1001100 | 1110 | 1001110 | 1000111 | 110101 |
Color Harmonies of #ABDC34
Complementary color
Monochromatic Colors of #ABDC34
Black with #ABDC34
Text Example
Text Example
White with #ABDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC34; }
p { color: rgb(171,220,52); }
H1.HeaderClassName
{
color: #ABDC34;
}
.AnyTagClassName
{
color: #ABDC34;
}
</style>
background-color css
<style>
a { background-color: #ABDC34; }
a { background-color: rgb(171,220,52); }
div.DivClassName
{
background-color: #ABDC34;
}
.BgClassName
{
background-color: #ABDC34;
}
</style>
border-color css
<style>
span { border-color: #ABDC34; }
span { border-color: rgb(171,220,52); }
td.TdClassName
{
border-color: #ABDC34;
}
.TagClassName
{
border-color: #ABDC34;
}
</style>