Shades of Sprout #AFC895
Tints of Sprout #AFC895
RGB
CMYK
RGB Variations
Color information
#AFC895 (or 0xAFC895) is known color: Sprout. HEX triplet: AF, C8 and 95. RGB value is (175,200,149). Sum of RGB (Red+Green+Blue) = 175+200+149=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC895 is #50376A. Grayscale: #BABABA. Windows color (decimal): -5257067 or 9816239. OLE color: 9816239.
HSL color Cylindrical-coordinate representation of color #AFC895: hue angle of 89.41º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC895 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 149 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.22 |
| HSL | 89.41º | 0.32% | 0.68% | - |
| HSV(B) | 89.41º | 0.26% | 0.78% | - |
| XYZ | 43.76 | 52.59 | 36.28 | - |
| YUV | 186.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 149 | 0.12 | 0 | 0.26 | 0.22 | 89.41 | 0.32 | 0.68 |
| Hex | AF | C8 | 95 | C | 0 | 1A | 16 | 59 | 20 | 44 |
| Octal | 257 | 310 | 225 | 14 | 0 | 32 | 26 | 131 | 40 | 104 |
| Binary | 10101111 | 11001000 | 10010101 | 1100 | 0 | 11010 | 10110 | 1011001 | 100000 | 1000100 |
Color Harmonies of #AFC895
Complementary color
Monochromatic Colors of #AFC895
Black with #AFC895
Text Example
Text Example
White with #AFC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC895; }
p { color: rgb(175,200,149); }
H1.HeaderClassName
{
color: #AFC895;
}
.AnyTagClassName
{
color: #AFC895;
}
</style>
background-color css
<style>
a { background-color: #AFC895; }
a { background-color: rgb(175,200,149); }
div.DivClassName
{
background-color: #AFC895;
}
.BgClassName
{
background-color: #AFC895;
}
</style>
border-color css
<style>
span { border-color: #AFC895; }
span { border-color: rgb(175,200,149); }
td.TdClassName
{
border-color: #AFC895;
}
.TagClassName
{
border-color: #AFC895;
}
</style>