Shades of Sprout #AFCA9D
Tints of Sprout #AFCA9D
RGB
CMYK
RGB Variations
Color information
#AFCA9D (or 0xAFCA9D) is known color: Sprout. HEX triplet: AF, CA and 9D. RGB value is (175,202,157). Sum of RGB (Red+Green+Blue) = 175+202+157=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA9D is #503562. Grayscale: #BCBCBC. Windows color (decimal): -5256547 or 10341039. OLE color: 10341039.
HSL color Cylindrical-coordinate representation of color #AFCA9D: hue angle of 96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCA9D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 157 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.21 |
| HSL | 96º | 0.3% | 0.7% | - |
| HSV(B) | 96º | 0.22% | 0.79% | - |
| XYZ | 44.89 | 53.79 | 39.91 | - |
| YUV | 188.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 157 | 0.13 | 0 | 0.22 | 0.21 | 96 | 0.3 | 0.7 |
| Hex | AF | CA | 9D | D | 0 | 16 | 15 | 60 | 1E | 46 |
| Octal | 257 | 312 | 235 | 15 | 0 | 26 | 25 | 140 | 36 | 106 |
| Binary | 10101111 | 11001010 | 10011101 | 1101 | 0 | 10110 | 10101 | 1100000 | 11110 | 1000110 |
Color Harmonies of #AFCA9D
Complementary color
Monochromatic Colors of #AFCA9D
Black with #AFCA9D
Text Example
Text Example
White with #AFCA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA9D; }
p { color: rgb(175,202,157); }
H1.HeaderClassName
{
color: #AFCA9D;
}
.AnyTagClassName
{
color: #AFCA9D;
}
</style>
background-color css
<style>
a { background-color: #AFCA9D; }
a { background-color: rgb(175,202,157); }
div.DivClassName
{
background-color: #AFCA9D;
}
.BgClassName
{
background-color: #AFCA9D;
}
</style>
border-color css
<style>
span { border-color: #AFCA9D; }
span { border-color: rgb(175,202,157); }
td.TdClassName
{
border-color: #AFCA9D;
}
.TagClassName
{
border-color: #AFCA9D;
}
</style>