Shades of Atlantis #ACDD36
Tints of Atlantis #ACDD36
RGB
CMYK
RGB Variations
Color information
#ACDD36 (or 0xACDD36) is known color: Atlantis. HEX triplet: AC, DD and 36. RGB value is (172,221,54). Sum of RGB (Red+Green+Blue) = 172+221+54=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD36 is #5322C9. Grayscale: #BBBBBB. Windows color (decimal): -5448394 or 3595692. OLE color: 3595692.
HSL color Cylindrical-coordinate representation of color #ACDD36: hue angle of 77.6º 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 #ACDD36 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 54 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.13 |
| HSL | 77.6º | 0.71% | 0.54% | - |
| HSV(B) | 77.6º | 0.76% | 0.87% | - |
| XYZ | 43.54 | 60.75 | 12.92 | - |
| YUV | 187.31 | 52.77 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 54 | 0.22 | 0 | 0.76 | 0.13 | 77.6 | 0.71 | 0.54 |
| Hex | AC | DD | 36 | 16 | 0 | 4C | D | 4E | 47 | 36 |
| Octal | 254 | 335 | 66 | 26 | 0 | 114 | 15 | 116 | 107 | 66 |
| Binary | 10101100 | 11011101 | 110110 | 10110 | 0 | 1001100 | 1101 | 1001110 | 1000111 | 110110 |
Color Harmonies of #ACDD36
Complementary color
Monochromatic Colors of #ACDD36
Black with #ACDD36
Text Example
Text Example
White with #ACDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD36; }
p { color: rgb(172,221,54); }
H1.HeaderClassName
{
color: #ACDD36;
}
.AnyTagClassName
{
color: #ACDD36;
}
</style>
background-color css
<style>
a { background-color: #ACDD36; }
a { background-color: rgb(172,221,54); }
div.DivClassName
{
background-color: #ACDD36;
}
.BgClassName
{
background-color: #ACDD36;
}
</style>
border-color css
<style>
span { border-color: #ACDD36; }
span { border-color: rgb(172,221,54); }
td.TdClassName
{
border-color: #ACDD36;
}
.TagClassName
{
border-color: #ACDD36;
}
</style>