Shades of Atlantis #ACD735
Tints of Atlantis #ACD735
RGB
CMYK
RGB Variations
Color information
#ACD735 (or 0xACD735) is known color: Atlantis. HEX triplet: AC, D7 and 35. RGB value is (172,215,53). Sum of RGB (Red+Green+Blue) = 172+215+53=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD735 is #5328CA. Grayscale: #B8B8B8. Windows color (decimal): -5449931 or 3528620. OLE color: 3528620.
HSL color Cylindrical-coordinate representation of color #ACD735: hue angle of 75.93º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD735 is Cyan = 0.2, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 53 | - |
| CMYK | 0.2 | 0 | 0.75 | 0.16 |
| HSL | 75.93º | 0.67% | 0.53% | - |
| HSV(B) | 75.93º | 0.75% | 0.84% | - |
| XYZ | 41.96 | 57.63 | 12.28 | - |
| YUV | 183.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 53 | 0.2 | 0 | 0.75 | 0.16 | 75.93 | 0.67 | 0.53 |
| Hex | AC | D7 | 35 | 14 | 0 | 4B | 10 | 4C | 43 | 35 |
| Octal | 254 | 327 | 65 | 24 | 0 | 113 | 20 | 114 | 103 | 65 |
| Binary | 10101100 | 11010111 | 110101 | 10100 | 0 | 1001011 | 10000 | 1001100 | 1000011 | 110101 |
Color Harmonies of #ACD735
Complementary color
Monochromatic Colors of #ACD735
Black with #ACD735
Text Example
Text Example
White with #ACD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD735; }
p { color: rgb(172,215,53); }
H1.HeaderClassName
{
color: #ACD735;
}
.AnyTagClassName
{
color: #ACD735;
}
</style>
background-color css
<style>
a { background-color: #ACD735; }
a { background-color: rgb(172,215,53); }
div.DivClassName
{
background-color: #ACD735;
}
.BgClassName
{
background-color: #ACD735;
}
</style>
border-color css
<style>
span { border-color: #ACD735; }
span { border-color: rgb(172,215,53); }
td.TdClassName
{
border-color: #ACD735;
}
.TagClassName
{
border-color: #ACD735;
}
</style>