Shades of Atlantis #ACDC34
Tints of Atlantis #ACDC34
RGB
CMYK
RGB Variations
Color information
#ACDC34 (or 0xACDC34) is known color: Atlantis. HEX triplet: AC, DC and 34. RGB value is (172,220,52). Sum of RGB (Red+Green+Blue) = 172+220+52=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC34 is #5323CB. Grayscale: #BBBBBB. Windows color (decimal): -5448652 or 3464364. OLE color: 3464364.
HSL color Cylindrical-coordinate representation of color #ACDC34: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACDC34 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 52 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.14 |
| HSL | 77.14º | 0.71% | 0.53% | - |
| HSV(B) | 77.14º | 0.76% | 0.86% | - |
| XYZ | 43.23 | 60.2 | 12.59 | - |
| YUV | 186.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 52 | 0.22 | 0 | 0.76 | 0.14 | 77.14 | 0.71 | 0.53 |
| Hex | AC | DC | 34 | 16 | 0 | 4C | E | 4D | 47 | 35 |
| Octal | 254 | 334 | 64 | 26 | 0 | 114 | 16 | 115 | 107 | 65 |
| Binary | 10101100 | 11011100 | 110100 | 10110 | 0 | 1001100 | 1110 | 1001101 | 1000111 | 110101 |
Color Harmonies of #ACDC34
Complementary color
Monochromatic Colors of #ACDC34
Black with #ACDC34
Text Example
Text Example
White with #ACDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC34; }
p { color: rgb(172,220,52); }
H1.HeaderClassName
{
color: #ACDC34;
}
.AnyTagClassName
{
color: #ACDC34;
}
</style>
background-color css
<style>
a { background-color: #ACDC34; }
a { background-color: rgb(172,220,52); }
div.DivClassName
{
background-color: #ACDC34;
}
.BgClassName
{
background-color: #ACDC34;
}
</style>
border-color css
<style>
span { border-color: #ACDC34; }
span { border-color: rgb(172,220,52); }
td.TdClassName
{
border-color: #ACDC34;
}
.TagClassName
{
border-color: #ACDC34;
}
</style>