Shades of Atlantis #ACDD31
Tints of Atlantis #ACDD31
RGB
CMYK
RGB Variations
Color information
#ACDD31 (or 0xACDD31) is known color: Atlantis. HEX triplet: AC, DD and 31. RGB value is (172,221,49). Sum of RGB (Red+Green+Blue) = 172+221+49=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD31 is #5322CE. Grayscale: #BBBBBB. Windows color (decimal): -5448399 or 3268012. OLE color: 3268012.
HSL color Cylindrical-coordinate representation of color #ACDD31: hue angle of 77.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACDD31 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 49 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.13 |
| HSL | 77.09º | 0.72% | 0.53% | - |
| HSV(B) | 77.09º | 0.78% | 0.87% | - |
| XYZ | 43.42 | 60.71 | 12.33 | - |
| YUV | 186.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 49 | 0.22 | 0 | 0.78 | 0.13 | 77.09 | 0.72 | 0.53 |
| Hex | AC | DD | 31 | 16 | 0 | 4E | D | 4D | 48 | 35 |
| Octal | 254 | 335 | 61 | 26 | 0 | 116 | 15 | 115 | 110 | 65 |
| Binary | 10101100 | 11011101 | 110001 | 10110 | 0 | 1001110 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ACDD31
Complementary color
Monochromatic Colors of #ACDD31
Black with #ACDD31
Text Example
Text Example
White with #ACDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD31; }
p { color: rgb(172,221,49); }
H1.HeaderClassName
{
color: #ACDD31;
}
.AnyTagClassName
{
color: #ACDD31;
}
</style>
background-color css
<style>
a { background-color: #ACDD31; }
a { background-color: rgb(172,221,49); }
div.DivClassName
{
background-color: #ACDD31;
}
.BgClassName
{
background-color: #ACDD31;
}
</style>
border-color css
<style>
span { border-color: #ACDD31; }
span { border-color: rgb(172,221,49); }
td.TdClassName
{
border-color: #ACDD31;
}
.TagClassName
{
border-color: #ACDD31;
}
</style>