Shades of Sprout #AFC195
Tints of Sprout #AFC195
RGB
CMYK
RGB Variations
Color information
#AFC195 (or 0xAFC195) is known color: Sprout. HEX triplet: AF, C1 and 95. RGB value is (175,193,149). Sum of RGB (Red+Green+Blue) = 175+193+149=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC195 is #503E6A. Grayscale: #B6B6B6. Windows color (decimal): -5258859 or 9814447. OLE color: 9814447.
HSL color Cylindrical-coordinate representation of color #AFC195: hue angle of 84.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC195 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 149 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.24 |
| HSL | 84.55º | 0.26% | 0.67% | - |
| HSV(B) | 84.55º | 0.23% | 0.76% | - |
| XYZ | 42.17 | 49.42 | 35.75 | - |
| YUV | 182.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 149 | 0.09 | 0 | 0.23 | 0.24 | 84.55 | 0.26 | 0.67 |
| Hex | AF | C1 | 95 | 9 | 0 | 17 | 18 | 55 | 1A | 43 |
| Octal | 257 | 301 | 225 | 11 | 0 | 27 | 30 | 125 | 32 | 103 |
| Binary | 10101111 | 11000001 | 10010101 | 1001 | 0 | 10111 | 11000 | 1010101 | 11010 | 1000011 |
Color Harmonies of #AFC195
Complementary color
Monochromatic Colors of #AFC195
Black with #AFC195
Text Example
Text Example
White with #AFC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC195; }
p { color: rgb(175,193,149); }
H1.HeaderClassName
{
color: #AFC195;
}
.AnyTagClassName
{
color: #AFC195;
}
</style>
background-color css
<style>
a { background-color: #AFC195; }
a { background-color: rgb(175,193,149); }
div.DivClassName
{
background-color: #AFC195;
}
.BgClassName
{
background-color: #AFC195;
}
</style>
border-color css
<style>
span { border-color: #AFC195; }
span { border-color: rgb(175,193,149); }
td.TdClassName
{
border-color: #AFC195;
}
.TagClassName
{
border-color: #AFC195;
}
</style>