Shades of Sprout #AFC89C
Tints of Sprout #AFC89C
RGB
CMYK
RGB Variations
Color information
#AFC89C (or 0xAFC89C) is known color: Sprout. HEX triplet: AF, C8 and 9C. RGB value is (175,200,156). Sum of RGB (Red+Green+Blue) = 175+200+156=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89C is #503763. Grayscale: #BBBBBB. Windows color (decimal): -5257060 or 10274991. OLE color: 10274991.
HSL color Cylindrical-coordinate representation of color #AFC89C: hue angle of 94.09º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC89C is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 156 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.22 |
| HSL | 94.09º | 0.29% | 0.7% | - |
| HSV(B) | 94.09º | 0.22% | 0.78% | - |
| XYZ | 44.33 | 52.82 | 39.31 | - |
| YUV | 187.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 156 | 0.12 | 0 | 0.22 | 0.22 | 94.09 | 0.29 | 0.7 |
| Hex | AF | C8 | 9C | C | 0 | 16 | 16 | 5E | 1D | 46 |
| Octal | 257 | 310 | 234 | 14 | 0 | 26 | 26 | 136 | 35 | 106 |
| Binary | 10101111 | 11001000 | 10011100 | 1100 | 0 | 10110 | 10110 | 1011110 | 11101 | 1000110 |
Color Harmonies of #AFC89C
Complementary color
Monochromatic Colors of #AFC89C
Black with #AFC89C
Text Example
Text Example
White with #AFC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC89C; }
p { color: rgb(175,200,156); }
H1.HeaderClassName
{
color: #AFC89C;
}
.AnyTagClassName
{
color: #AFC89C;
}
</style>
background-color css
<style>
a { background-color: #AFC89C; }
a { background-color: rgb(175,200,156); }
div.DivClassName
{
background-color: #AFC89C;
}
.BgClassName
{
background-color: #AFC89C;
}
</style>
border-color css
<style>
span { border-color: #AFC89C; }
span { border-color: rgb(175,200,156); }
td.TdClassName
{
border-color: #AFC89C;
}
.TagClassName
{
border-color: #AFC89C;
}
</style>