Shades of Sprout #AFC391
Tints of Sprout #AFC391
RGB
CMYK
RGB Variations
Color information
#AFC391 (or 0xAFC391) is known color: Sprout. HEX triplet: AF, C3 and 91. RGB value is (175,195,145). Sum of RGB (Red+Green+Blue) = 175+195+145=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC391 is #503C6E. Grayscale: #B7B7B7. Windows color (decimal): -5258351 or 9552815. OLE color: 9552815.
HSL color Cylindrical-coordinate representation of color #AFC391: hue angle of 84º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC391 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 145 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.24 |
| HSL | 84º | 0.29% | 0.67% | - |
| HSV(B) | 84º | 0.26% | 0.76% | - |
| XYZ | 42.31 | 50.19 | 34.25 | - |
| YUV | 183.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 145 | 0.10 | 0 | 0.26 | 0.24 | 84 | 0.29 | 0.67 |
| Hex | AF | C3 | 91 | A | 0 | 1A | 18 | 54 | 1D | 43 |
| Octal | 257 | 303 | 221 | 12 | 0 | 32 | 30 | 124 | 35 | 103 |
| Binary | 10101111 | 11000011 | 10010001 | 1010 | 0 | 11010 | 11000 | 1010100 | 11101 | 1000011 |
Color Harmonies of #AFC391
Complementary color
Monochromatic Colors of #AFC391
Black with #AFC391
Text Example
Text Example
White with #AFC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC391; }
p { color: rgb(175,195,145); }
H1.HeaderClassName
{
color: #AFC391;
}
.AnyTagClassName
{
color: #AFC391;
}
</style>
background-color css
<style>
a { background-color: #AFC391; }
a { background-color: rgb(175,195,145); }
div.DivClassName
{
background-color: #AFC391;
}
.BgClassName
{
background-color: #AFC391;
}
</style>
border-color css
<style>
span { border-color: #AFC391; }
span { border-color: rgb(175,195,145); }
td.TdClassName
{
border-color: #AFC391;
}
.TagClassName
{
border-color: #AFC391;
}
</style>