Shades of Atlantis #ABDF3C
Tints of Atlantis #ABDF3C
RGB
CMYK
RGB Variations
Color information
#ABDF3C (or 0xABDF3C) is known color: Atlantis. HEX triplet: AB, DF and 3C. RGB value is (171,223,60). Sum of RGB (Red+Green+Blue) = 171+223+60=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF3C is #5420C3. Grayscale: #BDBDBD. Windows color (decimal): -5513412 or 3989419. OLE color: 3989419.
HSL color Cylindrical-coordinate representation of color #ABDF3C: hue angle of 79.14º degrees, saturation: 0.72, 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 #ABDF3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.13 |
| HSL | 79.14º | 0.72% | 0.55% | - |
| HSV(B) | 79.14º | 0.73% | 0.87% | - |
| XYZ | 44 | 61.76 | 13.88 | - |
| YUV | 188.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 60 | 0.23 | 0 | 0.73 | 0.13 | 79.14 | 0.72 | 0.55 |
| Hex | AB | DF | 3C | 17 | 0 | 49 | D | 4F | 48 | 37 |
| Octal | 253 | 337 | 74 | 27 | 0 | 111 | 15 | 117 | 110 | 67 |
| Binary | 10101011 | 11011111 | 111100 | 10111 | 0 | 1001001 | 1101 | 1001111 | 1001000 | 110111 |
Color Harmonies of #ABDF3C
Complementary color
Monochromatic Colors of #ABDF3C
Black with #ABDF3C
Text Example
Text Example
White with #ABDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF3C; }
p { color: rgb(171,223,60); }
H1.HeaderClassName
{
color: #ABDF3C;
}
.AnyTagClassName
{
color: #ABDF3C;
}
</style>
background-color css
<style>
a { background-color: #ABDF3C; }
a { background-color: rgb(171,223,60); }
div.DivClassName
{
background-color: #ABDF3C;
}
.BgClassName
{
background-color: #ABDF3C;
}
</style>
border-color css
<style>
span { border-color: #ABDF3C; }
span { border-color: rgb(171,223,60); }
td.TdClassName
{
border-color: #ABDF3C;
}
.TagClassName
{
border-color: #ABDF3C;
}
</style>