Shades of Atlantis #ACD535
Tints of Atlantis #ACD535
RGB
CMYK
RGB Variations
Color information
#ACD535 (or 0xACD535) is known color: Atlantis. HEX triplet: AC, D5 and 35. RGB value is (172,213,53). Sum of RGB (Red+Green+Blue) = 172+213+53=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD535 is #532ACA. Grayscale: #B7B7B7. Windows color (decimal): -5450443 or 3528108. OLE color: 3528108.
HSL color Cylindrical-coordinate representation of color #ACD535: hue angle of 75.38º degrees, saturation: 0.66, 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 #ACD535 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 53 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.16 |
| HSL | 75.38º | 0.66% | 0.52% | - |
| HSV(B) | 75.38º | 0.75% | 0.84% | - |
| XYZ | 41.45 | 56.62 | 12.11 | - |
| YUV | 182.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 53 | 0.19 | 0 | 0.75 | 0.16 | 75.38 | 0.66 | 0.52 |
| Hex | AC | D5 | 35 | 13 | 0 | 4B | 10 | 4B | 42 | 34 |
| Octal | 254 | 325 | 65 | 23 | 0 | 113 | 20 | 113 | 102 | 64 |
| Binary | 10101100 | 11010101 | 110101 | 10011 | 0 | 1001011 | 10000 | 1001011 | 1000010 | 110100 |
Color Harmonies of #ACD535
Complementary color
Monochromatic Colors of #ACD535
Black with #ACD535
Text Example
Text Example
White with #ACD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD535; }
p { color: rgb(172,213,53); }
H1.HeaderClassName
{
color: #ACD535;
}
.AnyTagClassName
{
color: #ACD535;
}
</style>
background-color css
<style>
a { background-color: #ACD535; }
a { background-color: rgb(172,213,53); }
div.DivClassName
{
background-color: #ACD535;
}
.BgClassName
{
background-color: #ACD535;
}
</style>
border-color css
<style>
span { border-color: #ACD535; }
span { border-color: rgb(172,213,53); }
td.TdClassName
{
border-color: #ACD535;
}
.TagClassName
{
border-color: #ACD535;
}
</style>