Shades of Sprout #AFC59C
Tints of Sprout #AFC59C
RGB
CMYK
RGB Variations
Color information
#AFC59C (or 0xAFC59C) is known color: Sprout. HEX triplet: AF, C5 and 9C. RGB value is (175,197,156). Sum of RGB (Red+Green+Blue) = 175+197+156=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59C is #503A63. Grayscale: #B9B9B9. Windows color (decimal): -5257828 or 10274223. OLE color: 10274223.
HSL color Cylindrical-coordinate representation of color #AFC59C: hue angle of 92.2º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC59C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 156 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.23 |
| HSL | 92.2º | 0.26% | 0.69% | - |
| HSV(B) | 92.2º | 0.21% | 0.77% | - |
| XYZ | 43.65 | 51.45 | 39.08 | - |
| YUV | 185.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 156 | 0.11 | 0 | 0.21 | 0.23 | 92.2 | 0.26 | 0.69 |
| Hex | AF | C5 | 9C | B | 0 | 15 | 17 | 5C | 1A | 45 |
| Octal | 257 | 305 | 234 | 13 | 0 | 25 | 27 | 134 | 32 | 105 |
| Binary | 10101111 | 11000101 | 10011100 | 1011 | 0 | 10101 | 10111 | 1011100 | 11010 | 1000101 |
Color Harmonies of #AFC59C
Complementary color
Monochromatic Colors of #AFC59C
Black with #AFC59C
Text Example
Text Example
White with #AFC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC59C; }
p { color: rgb(175,197,156); }
H1.HeaderClassName
{
color: #AFC59C;
}
.AnyTagClassName
{
color: #AFC59C;
}
</style>
background-color css
<style>
a { background-color: #AFC59C; }
a { background-color: rgb(175,197,156); }
div.DivClassName
{
background-color: #AFC59C;
}
.BgClassName
{
background-color: #AFC59C;
}
</style>
border-color css
<style>
span { border-color: #AFC59C; }
span { border-color: rgb(175,197,156); }
td.TdClassName
{
border-color: #AFC59C;
}
.TagClassName
{
border-color: #AFC59C;
}
</style>