Shades of Atlantis #ABDD36
Tints of Atlantis #ABDD36
RGB
CMYK
RGB Variations
Color information
#ABDD36 (or 0xABDD36) is known color: Atlantis. HEX triplet: AB, DD and 36. RGB value is (171,221,54). Sum of RGB (Red+Green+Blue) = 171+221+54=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD36 is #5422C9. Grayscale: #BBBBBB. Windows color (decimal): -5513930 or 3595691. OLE color: 3595691.
HSL color Cylindrical-coordinate representation of color #ABDD36: hue angle of 77.96º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABDD36 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 54 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.13 |
| HSL | 77.96º | 0.71% | 0.54% | - |
| HSV(B) | 77.96º | 0.76% | 0.87% | - |
| XYZ | 43.32 | 60.64 | 12.91 | - |
| YUV | 187.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 54 | 0.23 | 0 | 0.76 | 0.13 | 77.96 | 0.71 | 0.54 |
| Hex | AB | DD | 36 | 17 | 0 | 4C | D | 4E | 47 | 36 |
| Octal | 253 | 335 | 66 | 27 | 0 | 114 | 15 | 116 | 107 | 66 |
| Binary | 10101011 | 11011101 | 110110 | 10111 | 0 | 1001100 | 1101 | 1001110 | 1000111 | 110110 |
Color Harmonies of #ABDD36
Complementary color
Monochromatic Colors of #ABDD36
Black with #ABDD36
Text Example
Text Example
White with #ABDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD36; }
p { color: rgb(171,221,54); }
H1.HeaderClassName
{
color: #ABDD36;
}
.AnyTagClassName
{
color: #ABDD36;
}
</style>
background-color css
<style>
a { background-color: #ABDD36; }
a { background-color: rgb(171,221,54); }
div.DivClassName
{
background-color: #ABDD36;
}
.BgClassName
{
background-color: #ABDD36;
}
</style>
border-color css
<style>
span { border-color: #ABDD36; }
span { border-color: rgb(171,221,54); }
td.TdClassName
{
border-color: #ABDD36;
}
.TagClassName
{
border-color: #ABDD36;
}
</style>