Shades of Atlantis #ACDD34
Tints of Atlantis #ACDD34
RGB
CMYK
RGB Variations
Color information
#ACDD34 (or 0xACDD34) is known color: Atlantis. HEX triplet: AC, DD and 34. RGB value is (172,221,52). Sum of RGB (Red+Green+Blue) = 172+221+52=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD34 is #5322CB. Grayscale: #BBBBBB. Windows color (decimal): -5448396 or 3464620. OLE color: 3464620.
HSL color Cylindrical-coordinate representation of color #ACDD34: hue angle of 77.4º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACDD34 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 52 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.13 |
| HSL | 77.4º | 0.71% | 0.54% | - |
| HSV(B) | 77.4º | 0.76% | 0.87% | - |
| XYZ | 43.49 | 60.73 | 12.68 | - |
| YUV | 187.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 52 | 0.22 | 0 | 0.76 | 0.13 | 77.4 | 0.71 | 0.54 |
| Hex | AC | DD | 34 | 16 | 0 | 4C | D | 4D | 47 | 36 |
| Octal | 254 | 335 | 64 | 26 | 0 | 114 | 15 | 115 | 107 | 66 |
| Binary | 10101100 | 11011101 | 110100 | 10110 | 0 | 1001100 | 1101 | 1001101 | 1000111 | 110110 |
Color Harmonies of #ACDD34
Complementary color
Monochromatic Colors of #ACDD34
Black with #ACDD34
Text Example
Text Example
White with #ACDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD34; }
p { color: rgb(172,221,52); }
H1.HeaderClassName
{
color: #ACDD34;
}
.AnyTagClassName
{
color: #ACDD34;
}
</style>
background-color css
<style>
a { background-color: #ACDD34; }
a { background-color: rgb(172,221,52); }
div.DivClassName
{
background-color: #ACDD34;
}
.BgClassName
{
background-color: #ACDD34;
}
</style>
border-color css
<style>
span { border-color: #ACDD34; }
span { border-color: rgb(172,221,52); }
td.TdClassName
{
border-color: #ACDD34;
}
.TagClassName
{
border-color: #ACDD34;
}
</style>