Shades of Atlantis #ACDC3C
Tints of Atlantis #ACDC3C
RGB
CMYK
RGB Variations
Color information
#ACDC3C (or 0xACDC3C) is known color: Atlantis. HEX triplet: AC, DC and 3C. RGB value is (172,220,60). Sum of RGB (Red+Green+Blue) = 172+220+60=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC3C is #5323C3. Grayscale: #BBBBBB. Windows color (decimal): -5448644 or 3988652. OLE color: 3988652.
HSL color Cylindrical-coordinate representation of color #ACDC3C: hue angle of 78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACDC3C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 60 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.14 |
| HSL | 78º | 0.7% | 0.55% | - |
| HSV(B) | 78º | 0.73% | 0.86% | - |
| XYZ | 43.42 | 60.28 | 13.62 | - |
| YUV | 187.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 60 | 0.22 | 0 | 0.73 | 0.14 | 78 | 0.7 | 0.55 |
| Hex | AC | DC | 3C | 16 | 0 | 49 | E | 4E | 46 | 37 |
| Octal | 254 | 334 | 74 | 26 | 0 | 111 | 16 | 116 | 106 | 67 |
| Binary | 10101100 | 11011100 | 111100 | 10110 | 0 | 1001001 | 1110 | 1001110 | 1000110 | 110111 |
Color Harmonies of #ACDC3C
Complementary color
Monochromatic Colors of #ACDC3C
Black with #ACDC3C
Text Example
Text Example
White with #ACDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC3C; }
p { color: rgb(172,220,60); }
H1.HeaderClassName
{
color: #ACDC3C;
}
.AnyTagClassName
{
color: #ACDC3C;
}
</style>
background-color css
<style>
a { background-color: #ACDC3C; }
a { background-color: rgb(172,220,60); }
div.DivClassName
{
background-color: #ACDC3C;
}
.BgClassName
{
background-color: #ACDC3C;
}
</style>
border-color css
<style>
span { border-color: #ACDC3C; }
span { border-color: rgb(172,220,60); }
td.TdClassName
{
border-color: #ACDC3C;
}
.TagClassName
{
border-color: #ACDC3C;
}
</style>