Shades of Atlantis #ACDF3C
Tints of Atlantis #ACDF3C
RGB
CMYK
RGB Variations
Color information
#ACDF3C (or 0xACDF3C) is known color: Atlantis. HEX triplet: AC, DF and 3C. RGB value is (172,223,60). Sum of RGB (Red+Green+Blue) = 172+223+60=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF3C is #5320C3. Grayscale: #BDBDBD. Windows color (decimal): -5447876 or 3989420. OLE color: 3989420.
HSL color Cylindrical-coordinate representation of color #ACDF3C: hue angle of 78.77º 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 #ACDF3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.13 |
| HSL | 78.77º | 0.72% | 0.55% | - |
| HSV(B) | 78.77º | 0.73% | 0.87% | - |
| XYZ | 44.22 | 61.87 | 13.89 | - |
| YUV | 189.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 60 | 0.23 | 0 | 0.73 | 0.13 | 78.77 | 0.72 | 0.55 |
| Hex | AC | DF | 3C | 17 | 0 | 49 | D | 4F | 48 | 37 |
| Octal | 254 | 337 | 74 | 27 | 0 | 111 | 15 | 117 | 110 | 67 |
| Binary | 10101100 | 11011111 | 111100 | 10111 | 0 | 1001001 | 1101 | 1001111 | 1001000 | 110111 |
Color Harmonies of #ACDF3C
Complementary color
Monochromatic Colors of #ACDF3C
Black with #ACDF3C
Text Example
Text Example
White with #ACDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF3C; }
p { color: rgb(172,223,60); }
H1.HeaderClassName
{
color: #ACDF3C;
}
.AnyTagClassName
{
color: #ACDF3C;
}
</style>
background-color css
<style>
a { background-color: #ACDF3C; }
a { background-color: rgb(172,223,60); }
div.DivClassName
{
background-color: #ACDF3C;
}
.BgClassName
{
background-color: #ACDF3C;
}
</style>
border-color css
<style>
span { border-color: #ACDF3C; }
span { border-color: rgb(172,223,60); }
td.TdClassName
{
border-color: #ACDF3C;
}
.TagClassName
{
border-color: #ACDF3C;
}
</style>