Shades of Atlantis #ABD144
Tints of Atlantis #ABD144
RGB
CMYK
RGB Variations
Color information
#ABD144 (or 0xABD144) is known color: Atlantis. HEX triplet: AB, D1 and 44. RGB value is (171,209,68). Sum of RGB (Red+Green+Blue) = 171+209+68=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD144 is #542EBB. Grayscale: #B6B6B6. Windows color (decimal): -5516988 or 4510123. OLE color: 4510123.
HSL color Cylindrical-coordinate representation of color #ABD144: hue angle of 76.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABD144 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 68 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.18 |
| HSL | 76.17º | 0.61% | 0.54% | - |
| HSV(B) | 76.17º | 0.67% | 0.82% | - |
| XYZ | 40.64 | 54.68 | 13.88 | - |
| YUV | 181.56 | 63.91 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 68 | 0.18 | 0 | 0.67 | 0.18 | 76.17 | 0.61 | 0.54 |
| Hex | AB | D1 | 44 | 12 | 0 | 43 | 12 | 4C | 3D | 36 |
| Octal | 253 | 321 | 104 | 22 | 0 | 103 | 22 | 114 | 75 | 66 |
| Binary | 10101011 | 11010001 | 1000100 | 10010 | 0 | 1000011 | 10010 | 1001100 | 111101 | 110110 |
Color Harmonies of #ABD144
Complementary color
Monochromatic Colors of #ABD144
Black with #ABD144
Text Example
Text Example
White with #ABD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD144; }
p { color: rgb(171,209,68); }
H1.HeaderClassName
{
color: #ABD144;
}
.AnyTagClassName
{
color: #ABD144;
}
</style>
background-color css
<style>
a { background-color: #ABD144; }
a { background-color: rgb(171,209,68); }
div.DivClassName
{
background-color: #ABD144;
}
.BgClassName
{
background-color: #ABD144;
}
</style>
border-color css
<style>
span { border-color: #ABD144; }
span { border-color: rgb(171,209,68); }
td.TdClassName
{
border-color: #ABD144;
}
.TagClassName
{
border-color: #ABD144;
}
</style>