Shades of Sprout #ACC899
Tints of Sprout #ACC899
RGB
CMYK
RGB Variations
Color information
#ACC899 (or 0xACC899) is known color: Sprout. HEX triplet: AC, C8 and 99. RGB value is (172,200,153). Sum of RGB (Red+Green+Blue) = 172+200+153=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC899 is #533766. Grayscale: #BABABA. Windows color (decimal): -5453671 or 10078380. OLE color: 10078380.
HSL color Cylindrical-coordinate representation of color #ACC899: hue angle of 95.74º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACC899 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 153 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.22 |
| HSL | 95.74º | 0.3% | 0.69% | - |
| HSV(B) | 95.74º | 0.24% | 0.78% | - |
| XYZ | 43.42 | 52.38 | 37.96 | - |
| YUV | 186.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 153 | 0.14 | 0 | 0.24 | 0.22 | 95.74 | 0.3 | 0.69 |
| Hex | AC | C8 | 99 | E | 0 | 18 | 16 | 60 | 1E | 45 |
| Octal | 254 | 310 | 231 | 16 | 0 | 30 | 26 | 140 | 36 | 105 |
| Binary | 10101100 | 11001000 | 10011001 | 1110 | 0 | 11000 | 10110 | 1100000 | 11110 | 1000101 |
Color Harmonies of #ACC899
Complementary color
Monochromatic Colors of #ACC899
Black with #ACC899
Text Example
Text Example
White with #ACC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC899; }
p { color: rgb(172,200,153); }
H1.HeaderClassName
{
color: #ACC899;
}
.AnyTagClassName
{
color: #ACC899;
}
</style>
background-color css
<style>
a { background-color: #ACC899; }
a { background-color: rgb(172,200,153); }
div.DivClassName
{
background-color: #ACC899;
}
.BgClassName
{
background-color: #ACC899;
}
</style>
border-color css
<style>
span { border-color: #ACC899; }
span { border-color: rgb(172,200,153); }
td.TdClassName
{
border-color: #ACC899;
}
.TagClassName
{
border-color: #ACC899;
}
</style>