Shades of Sprout #ACC995
Tints of Sprout #ACC995
RGB
CMYK
RGB Variations
Color information
#ACC995 (or 0xACC995) is known color: Sprout. HEX triplet: AC, C9 and 95. RGB value is (172,201,149). Sum of RGB (Red+Green+Blue) = 172+201+149=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC995 is #53366A. Grayscale: #BABABA. Windows color (decimal): -5453419 or 9816492. OLE color: 9816492.
HSL color Cylindrical-coordinate representation of color #ACC995: hue angle of 93.46º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC995 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 149 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.21 |
| HSL | 93.46º | 0.33% | 0.69% | - |
| HSV(B) | 93.46º | 0.26% | 0.79% | - |
| XYZ | 43.32 | 52.71 | 36.33 | - |
| YUV | 186.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 149 | 0.14 | 0 | 0.26 | 0.21 | 93.46 | 0.33 | 0.69 |
| Hex | AC | C9 | 95 | E | 0 | 1A | 15 | 5D | 20 | 45 |
| Octal | 254 | 311 | 225 | 16 | 0 | 32 | 25 | 135 | 40 | 105 |
| Binary | 10101100 | 11001001 | 10010101 | 1110 | 0 | 11010 | 10101 | 1011101 | 100000 | 1000101 |
Color Harmonies of #ACC995
Complementary color
Monochromatic Colors of #ACC995
Black with #ACC995
Text Example
Text Example
White with #ACC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC995; }
p { color: rgb(172,201,149); }
H1.HeaderClassName
{
color: #ACC995;
}
.AnyTagClassName
{
color: #ACC995;
}
</style>
background-color css
<style>
a { background-color: #ACC995; }
a { background-color: rgb(172,201,149); }
div.DivClassName
{
background-color: #ACC995;
}
.BgClassName
{
background-color: #ACC995;
}
</style>
border-color css
<style>
span { border-color: #ACC995; }
span { border-color: rgb(172,201,149); }
td.TdClassName
{
border-color: #ACC995;
}
.TagClassName
{
border-color: #ACC995;
}
</style>