Shades of Sprout #ACC996
Tints of Sprout #ACC996
RGB
CMYK
RGB Variations
Color information
#ACC996 (or 0xACC996) is known color: Sprout. HEX triplet: AC, C9 and 96. RGB value is (172,201,150). Sum of RGB (Red+Green+Blue) = 172+201+150=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC996 is #533669. Grayscale: #BABABA. Windows color (decimal): -5453418 or 9882028. OLE color: 9882028.
HSL color Cylindrical-coordinate representation of color #ACC996: hue angle of 94.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC996 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 150 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.21 |
| HSL | 94.12º | 0.32% | 0.69% | - |
| HSV(B) | 94.12º | 0.25% | 0.79% | - |
| XYZ | 43.4 | 52.75 | 36.75 | - |
| YUV | 186.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 150 | 0.14 | 0 | 0.25 | 0.21 | 94.12 | 0.32 | 0.69 |
| Hex | AC | C9 | 96 | E | 0 | 19 | 15 | 5E | 20 | 45 |
| Octal | 254 | 311 | 226 | 16 | 0 | 31 | 25 | 136 | 40 | 105 |
| Binary | 10101100 | 11001001 | 10010110 | 1110 | 0 | 11001 | 10101 | 1011110 | 100000 | 1000101 |
Color Harmonies of #ACC996
Complementary color
Monochromatic Colors of #ACC996
Black with #ACC996
Text Example
Text Example
White with #ACC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC996; }
p { color: rgb(172,201,150); }
H1.HeaderClassName
{
color: #ACC996;
}
.AnyTagClassName
{
color: #ACC996;
}
</style>
background-color css
<style>
a { background-color: #ACC996; }
a { background-color: rgb(172,201,150); }
div.DivClassName
{
background-color: #ACC996;
}
.BgClassName
{
background-color: #ACC996;
}
</style>
border-color css
<style>
span { border-color: #ACC996; }
span { border-color: rgb(172,201,150); }
td.TdClassName
{
border-color: #ACC996;
}
.TagClassName
{
border-color: #ACC996;
}
</style>