Shades of Atlantis #ACD833
Tints of Atlantis #ACD833
RGB
CMYK
RGB Variations
Color information
#ACD833 (or 0xACD833) is known color: Atlantis. HEX triplet: AC, D8 and 33. RGB value is (172,216,51). Sum of RGB (Red+Green+Blue) = 172+216+51=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD833 is #5327CC. Grayscale: #B8B8B8. Windows color (decimal): -5449677 or 3397804. OLE color: 3397804.
HSL color Cylindrical-coordinate representation of color #ACD833: hue angle of 76º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACD833 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 51 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.15 |
| HSL | 76º | 0.68% | 0.52% | - |
| HSV(B) | 76º | 0.76% | 0.85% | - |
| XYZ | 42.17 | 58.12 | 12.13 | - |
| YUV | 184.03 | 52.92 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 51 | 0.20 | 0 | 0.76 | 0.15 | 76 | 0.68 | 0.52 |
| Hex | AC | D8 | 33 | 14 | 0 | 4C | F | 4C | 44 | 34 |
| Octal | 254 | 330 | 63 | 24 | 0 | 114 | 17 | 114 | 104 | 64 |
| Binary | 10101100 | 11011000 | 110011 | 10100 | 0 | 1001100 | 1111 | 1001100 | 1000100 | 110100 |
Color Harmonies of #ACD833
Complementary color
Monochromatic Colors of #ACD833
Black with #ACD833
Text Example
Text Example
White with #ACD833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD833; }
p { color: rgb(172,216,51); }
H1.HeaderClassName
{
color: #ACD833;
}
.AnyTagClassName
{
color: #ACD833;
}
</style>
background-color css
<style>
a { background-color: #ACD833; }
a { background-color: rgb(172,216,51); }
div.DivClassName
{
background-color: #ACD833;
}
.BgClassName
{
background-color: #ACD833;
}
</style>
border-color css
<style>
span { border-color: #ACD833; }
span { border-color: rgb(172,216,51); }
td.TdClassName
{
border-color: #ACD833;
}
.TagClassName
{
border-color: #ACD833;
}
</style>