Shades of Atlantis #ABDD3C
Tints of Atlantis #ABDD3C
RGB
CMYK
RGB Variations
Color information
#ABDD3C (or 0xABDD3C) is known color: Atlantis. HEX triplet: AB, DD and 3C. RGB value is (171,221,60). Sum of RGB (Red+Green+Blue) = 171+221+60=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD3C is #5422C3. Grayscale: #BCBCBC. Windows color (decimal): -5513924 or 3988907. OLE color: 3988907.
HSL color Cylindrical-coordinate representation of color #ABDD3C: hue angle of 78.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABDD3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.13 |
| HSL | 78.63º | 0.7% | 0.55% | - |
| HSV(B) | 78.63º | 0.73% | 0.87% | - |
| XYZ | 43.47 | 60.7 | 13.7 | - |
| YUV | 187.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 60 | 0.23 | 0 | 0.73 | 0.13 | 78.63 | 0.7 | 0.55 |
| Hex | AB | DD | 3C | 17 | 0 | 49 | D | 4F | 46 | 37 |
| Octal | 253 | 335 | 74 | 27 | 0 | 111 | 15 | 117 | 106 | 67 |
| Binary | 10101011 | 11011101 | 111100 | 10111 | 0 | 1001001 | 1101 | 1001111 | 1000110 | 110111 |
Color Harmonies of #ABDD3C
Complementary color
Monochromatic Colors of #ABDD3C
Black with #ABDD3C
Text Example
Text Example
White with #ABDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD3C; }
p { color: rgb(171,221,60); }
H1.HeaderClassName
{
color: #ABDD3C;
}
.AnyTagClassName
{
color: #ABDD3C;
}
</style>
background-color css
<style>
a { background-color: #ABDD3C; }
a { background-color: rgb(171,221,60); }
div.DivClassName
{
background-color: #ABDD3C;
}
.BgClassName
{
background-color: #ABDD3C;
}
</style>
border-color css
<style>
span { border-color: #ABDD3C; }
span { border-color: rgb(171,221,60); }
td.TdClassName
{
border-color: #ABDD3C;
}
.TagClassName
{
border-color: #ABDD3C;
}
</style>