Shades of Sprout #ACC799
Tints of Sprout #ACC799
RGB
CMYK
RGB Variations
Color information
#ACC799 (or 0xACC799) is known color: Sprout. HEX triplet: AC, C7 and 99. RGB value is (172,199,153). Sum of RGB (Red+Green+Blue) = 172+199+153=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC799 is #533866. Grayscale: #B9B9B9. Windows color (decimal): -5453927 or 10078124. OLE color: 10078124.
HSL color Cylindrical-coordinate representation of color #ACC799: hue angle of 95.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC799 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 153 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.22 |
| HSL | 95.22º | 0.29% | 0.69% | - |
| HSV(B) | 95.22º | 0.23% | 0.78% | - |
| XYZ | 43.19 | 51.92 | 37.88 | - |
| YUV | 185.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 153 | 0.14 | 0 | 0.23 | 0.22 | 95.22 | 0.29 | 0.69 |
| Hex | AC | C7 | 99 | E | 0 | 17 | 16 | 5F | 1D | 45 |
| Octal | 254 | 307 | 231 | 16 | 0 | 27 | 26 | 137 | 35 | 105 |
| Binary | 10101100 | 11000111 | 10011001 | 1110 | 0 | 10111 | 10110 | 1011111 | 11101 | 1000101 |
Color Harmonies of #ACC799
Complementary color
Monochromatic Colors of #ACC799
Black with #ACC799
Text Example
Text Example
White with #ACC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC799; }
p { color: rgb(172,199,153); }
H1.HeaderClassName
{
color: #ACC799;
}
.AnyTagClassName
{
color: #ACC799;
}
</style>
background-color css
<style>
a { background-color: #ACC799; }
a { background-color: rgb(172,199,153); }
div.DivClassName
{
background-color: #ACC799;
}
.BgClassName
{
background-color: #ACC799;
}
</style>
border-color css
<style>
span { border-color: #ACC799; }
span { border-color: rgb(172,199,153); }
td.TdClassName
{
border-color: #ACC799;
}
.TagClassName
{
border-color: #ACC799;
}
</style>