Shades of Sprout #ACC798
Tints of Sprout #ACC798
RGB
CMYK
RGB Variations
Color information
#ACC798 (or 0xACC798) is known color: Sprout. HEX triplet: AC, C7 and 98. RGB value is (172,199,152). Sum of RGB (Red+Green+Blue) = 172+199+152=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC798 is #533867. Grayscale: #B9B9B9. Windows color (decimal): -5453928 or 10012588. OLE color: 10012588.
HSL color Cylindrical-coordinate representation of color #ACC798: hue angle of 94.47º 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 #ACC798 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 152 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.22 |
| HSL | 94.47º | 0.3% | 0.69% | - |
| HSV(B) | 94.47º | 0.24% | 0.78% | - |
| XYZ | 43.1 | 51.88 | 37.45 | - |
| YUV | 185.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 152 | 0.14 | 0 | 0.24 | 0.22 | 94.47 | 0.3 | 0.69 |
| Hex | AC | C7 | 98 | E | 0 | 18 | 16 | 5E | 1E | 45 |
| Octal | 254 | 307 | 230 | 16 | 0 | 30 | 26 | 136 | 36 | 105 |
| Binary | 10101100 | 11000111 | 10011000 | 1110 | 0 | 11000 | 10110 | 1011110 | 11110 | 1000101 |
Color Harmonies of #ACC798
Complementary color
Monochromatic Colors of #ACC798
Black with #ACC798
Text Example
Text Example
White with #ACC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC798; }
p { color: rgb(172,199,152); }
H1.HeaderClassName
{
color: #ACC798;
}
.AnyTagClassName
{
color: #ACC798;
}
</style>
background-color css
<style>
a { background-color: #ACC798; }
a { background-color: rgb(172,199,152); }
div.DivClassName
{
background-color: #ACC798;
}
.BgClassName
{
background-color: #ACC798;
}
</style>
border-color css
<style>
span { border-color: #ACC798; }
span { border-color: rgb(172,199,152); }
td.TdClassName
{
border-color: #ACC798;
}
.TagClassName
{
border-color: #ACC798;
}
</style>