Shades of Atlantis #ACD536
Tints of Atlantis #ACD536
RGB
CMYK
RGB Variations
Color information
#ACD536 (or 0xACD536) is known color: Atlantis. HEX triplet: AC, D5 and 36. RGB value is (172,213,54). Sum of RGB (Red+Green+Blue) = 172+213+54=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD536 is #532AC9. Grayscale: #B7B7B7. Windows color (decimal): -5450442 or 3593644. OLE color: 3593644.
HSL color Cylindrical-coordinate representation of color #ACD536: hue angle of 75.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD536 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 54 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.16 |
| HSL | 75.47º | 0.65% | 0.52% | - |
| HSV(B) | 75.47º | 0.75% | 0.84% | - |
| XYZ | 41.47 | 56.63 | 12.23 | - |
| YUV | 182.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 54 | 0.19 | 0 | 0.75 | 0.16 | 75.47 | 0.65 | 0.52 |
| Hex | AC | D5 | 36 | 13 | 0 | 4B | 10 | 4B | 41 | 34 |
| Octal | 254 | 325 | 66 | 23 | 0 | 113 | 20 | 113 | 101 | 64 |
| Binary | 10101100 | 11010101 | 110110 | 10011 | 0 | 1001011 | 10000 | 1001011 | 1000001 | 110100 |
Color Harmonies of #ACD536
Complementary color
Monochromatic Colors of #ACD536
Black with #ACD536
Text Example
Text Example
White with #ACD536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD536; }
p { color: rgb(172,213,54); }
H1.HeaderClassName
{
color: #ACD536;
}
.AnyTagClassName
{
color: #ACD536;
}
</style>
background-color css
<style>
a { background-color: #ACD536; }
a { background-color: rgb(172,213,54); }
div.DivClassName
{
background-color: #ACD536;
}
.BgClassName
{
background-color: #ACD536;
}
</style>
border-color css
<style>
span { border-color: #ACD536; }
span { border-color: rgb(172,213,54); }
td.TdClassName
{
border-color: #ACD536;
}
.TagClassName
{
border-color: #ACD536;
}
</style>