Shades of Sprout #AFCD9B
Tints of Sprout #AFCD9B
RGB
CMYK
RGB Variations
Color information
#AFCD9B (or 0xAFCD9B) is known color: Sprout. HEX triplet: AF, CD and 9B. RGB value is (175,205,155). Sum of RGB (Red+Green+Blue) = 175+205+155=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD9B is #503264. Grayscale: #BEBEBE. Windows color (decimal): -5255781 or 10210735. OLE color: 10210735.
HSL color Cylindrical-coordinate representation of color #AFCD9B: hue angle of 96º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCD9B is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 155 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.20 |
| HSL | 96º | 0.33% | 0.71% | - |
| HSV(B) | 96º | 0.24% | 0.8% | - |
| XYZ | 45.43 | 55.14 | 39.26 | - |
| YUV | 190.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 155 | 0.15 | 0 | 0.24 | 0.20 | 96 | 0.33 | 0.71 |
| Hex | AF | CD | 9B | F | 0 | 18 | 14 | 60 | 21 | 47 |
| Octal | 257 | 315 | 233 | 17 | 0 | 30 | 24 | 140 | 41 | 107 |
| Binary | 10101111 | 11001101 | 10011011 | 1111 | 0 | 11000 | 10100 | 1100000 | 100001 | 1000111 |
Color Harmonies of #AFCD9B
Complementary color
Monochromatic Colors of #AFCD9B
Black with #AFCD9B
Text Example
Text Example
White with #AFCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD9B; }
p { color: rgb(175,205,155); }
H1.HeaderClassName
{
color: #AFCD9B;
}
.AnyTagClassName
{
color: #AFCD9B;
}
</style>
background-color css
<style>
a { background-color: #AFCD9B; }
a { background-color: rgb(175,205,155); }
div.DivClassName
{
background-color: #AFCD9B;
}
.BgClassName
{
background-color: #AFCD9B;
}
</style>
border-color css
<style>
span { border-color: #AFCD9B; }
span { border-color: rgb(175,205,155); }
td.TdClassName
{
border-color: #AFCD9B;
}
.TagClassName
{
border-color: #AFCD9B;
}
</style>