Shades of Atlantis #ACD832
Tints of Atlantis #ACD832
RGB
CMYK
RGB Variations
Color information
#ACD832 (or 0xACD832) is known color: Atlantis. HEX triplet: AC, D8 and 32. RGB value is (172,216,50). Sum of RGB (Red+Green+Blue) = 172+216+50=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD832 is #5327CD. Grayscale: #B8B8B8. Windows color (decimal): -5449678 or 3332268. OLE color: 3332268.
HSL color Cylindrical-coordinate representation of color #ACD832: hue angle of 75.9º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACD832 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 50 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.15 |
| HSL | 75.9º | 0.68% | 0.52% | - |
| HSV(B) | 75.9º | 0.77% | 0.85% | - |
| XYZ | 42.14 | 58.11 | 12.01 | - |
| YUV | 183.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 50 | 0.20 | 0 | 0.77 | 0.15 | 75.9 | 0.68 | 0.52 |
| Hex | AC | D8 | 32 | 14 | 0 | 4D | F | 4C | 44 | 34 |
| Octal | 254 | 330 | 62 | 24 | 0 | 115 | 17 | 114 | 104 | 64 |
| Binary | 10101100 | 11011000 | 110010 | 10100 | 0 | 1001101 | 1111 | 1001100 | 1000100 | 110100 |
Color Harmonies of #ACD832
Complementary color
Monochromatic Colors of #ACD832
Black with #ACD832
Text Example
Text Example
White with #ACD832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD832; }
p { color: rgb(172,216,50); }
H1.HeaderClassName
{
color: #ACD832;
}
.AnyTagClassName
{
color: #ACD832;
}
</style>
background-color css
<style>
a { background-color: #ACD832; }
a { background-color: rgb(172,216,50); }
div.DivClassName
{
background-color: #ACD832;
}
.BgClassName
{
background-color: #ACD832;
}
</style>
border-color css
<style>
span { border-color: #ACD832; }
span { border-color: rgb(172,216,50); }
td.TdClassName
{
border-color: #ACD832;
}
.TagClassName
{
border-color: #ACD832;
}
</style>