Shades of Sprout #ACC897
Tints of Sprout #ACC897
RGB
CMYK
RGB Variations
Color information
#ACC897 (or 0xACC897) is known color: Sprout. HEX triplet: AC, C8 and 97. RGB value is (172,200,151). Sum of RGB (Red+Green+Blue) = 172+200+151=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC897 is #533768. Grayscale: #BABABA. Windows color (decimal): -5453673 or 9947308. OLE color: 9947308.
HSL color Cylindrical-coordinate representation of color #ACC897: hue angle of 94.29º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC897 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 151 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.22 |
| HSL | 94.29º | 0.31% | 0.69% | - |
| HSV(B) | 94.29º | 0.25% | 0.78% | - |
| XYZ | 43.25 | 52.31 | 37.1 | - |
| YUV | 186.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 151 | 0.14 | 0 | 0.24 | 0.22 | 94.29 | 0.31 | 0.69 |
| Hex | AC | C8 | 97 | E | 0 | 18 | 16 | 5E | 1F | 45 |
| Octal | 254 | 310 | 227 | 16 | 0 | 30 | 26 | 136 | 37 | 105 |
| Binary | 10101100 | 11001000 | 10010111 | 1110 | 0 | 11000 | 10110 | 1011110 | 11111 | 1000101 |
Color Harmonies of #ACC897
Complementary color
Monochromatic Colors of #ACC897
Black with #ACC897
Text Example
Text Example
White with #ACC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC897; }
p { color: rgb(172,200,151); }
H1.HeaderClassName
{
color: #ACC897;
}
.AnyTagClassName
{
color: #ACC897;
}
</style>
background-color css
<style>
a { background-color: #ACC897; }
a { background-color: rgb(172,200,151); }
div.DivClassName
{
background-color: #ACC897;
}
.BgClassName
{
background-color: #ACC897;
}
</style>
border-color css
<style>
span { border-color: #ACC897; }
span { border-color: rgb(172,200,151); }
td.TdClassName
{
border-color: #ACC897;
}
.TagClassName
{
border-color: #ACC897;
}
</style>