Shades of Atlantis #ABDC3D
Tints of Atlantis #ABDC3D
RGB
CMYK
RGB Variations
Color information
#ABDC3D (or 0xABDC3D) is known color: Atlantis. HEX triplet: AB, DC and 3D. RGB value is (171,220,61). Sum of RGB (Red+Green+Blue) = 171+220+61=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3D is #5423C2. Grayscale: #BBBBBB. Windows color (decimal): -5514179 or 4054187. OLE color: 4054187.
HSL color Cylindrical-coordinate representation of color #ABDC3D: hue angle of 78.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABDC3D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 61 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.14 |
| HSL | 78.49º | 0.69% | 0.55% | - |
| HSV(B) | 78.49º | 0.72% | 0.86% | - |
| XYZ | 43.23 | 60.18 | 13.75 | - |
| YUV | 187.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 61 | 0.22 | 0 | 0.72 | 0.14 | 78.49 | 0.69 | 0.55 |
| Hex | AB | DC | 3D | 16 | 0 | 48 | E | 4E | 45 | 37 |
| Octal | 253 | 334 | 75 | 26 | 0 | 110 | 16 | 116 | 105 | 67 |
| Binary | 10101011 | 11011100 | 111101 | 10110 | 0 | 1001000 | 1110 | 1001110 | 1000101 | 110111 |
Color Harmonies of #ABDC3D
Complementary color
Monochromatic Colors of #ABDC3D
Black with #ABDC3D
Text Example
Text Example
White with #ABDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC3D; }
p { color: rgb(171,220,61); }
H1.HeaderClassName
{
color: #ABDC3D;
}
.AnyTagClassName
{
color: #ABDC3D;
}
</style>
background-color css
<style>
a { background-color: #ABDC3D; }
a { background-color: rgb(171,220,61); }
div.DivClassName
{
background-color: #ABDC3D;
}
.BgClassName
{
background-color: #ABDC3D;
}
</style>
border-color css
<style>
span { border-color: #ABDC3D; }
span { border-color: rgb(171,220,61); }
td.TdClassName
{
border-color: #ABDC3D;
}
.TagClassName
{
border-color: #ABDC3D;
}
</style>