Shades of Atlantis #ABDD2F
Tints of Atlantis #ABDD2F
RGB
CMYK
RGB Variations
Color information
#ABDD2F (or 0xABDD2F) is known color: Atlantis. HEX triplet: AB, DD and 2F. RGB value is (171,221,47). Sum of RGB (Red+Green+Blue) = 171+221+47=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD2F is #5422D0. Grayscale: #BABABA. Windows color (decimal): -5513937 or 3136939. OLE color: 3136939.
HSL color Cylindrical-coordinate representation of color #ABDD2F: hue angle of 77.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABDD2F is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 47 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.13 |
| HSL | 77.24º | 0.72% | 0.53% | - |
| HSV(B) | 77.24º | 0.79% | 0.87% | - |
| XYZ | 43.16 | 60.58 | 12.11 | - |
| YUV | 186.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 47 | 0.23 | 0 | 0.79 | 0.13 | 77.24 | 0.72 | 0.53 |
| Hex | AB | DD | 2F | 17 | 0 | 4F | D | 4D | 48 | 35 |
| Octal | 253 | 335 | 57 | 27 | 0 | 117 | 15 | 115 | 110 | 65 |
| Binary | 10101011 | 11011101 | 101111 | 10111 | 0 | 1001111 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ABDD2F
Complementary color
Monochromatic Colors of #ABDD2F
Black with #ABDD2F
Text Example
Text Example
White with #ABDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD2F; }
p { color: rgb(171,221,47); }
H1.HeaderClassName
{
color: #ABDD2F;
}
.AnyTagClassName
{
color: #ABDD2F;
}
</style>
background-color css
<style>
a { background-color: #ABDD2F; }
a { background-color: rgb(171,221,47); }
div.DivClassName
{
background-color: #ABDD2F;
}
.BgClassName
{
background-color: #ABDD2F;
}
</style>
border-color css
<style>
span { border-color: #ABDD2F; }
span { border-color: rgb(171,221,47); }
td.TdClassName
{
border-color: #ABDD2F;
}
.TagClassName
{
border-color: #ABDD2F;
}
</style>