Shades of Sprout #AFCD8F
Tints of Sprout #AFCD8F
RGB
CMYK
RGB Variations
Color information
#AFCD8F (or 0xAFCD8F) is known color: Sprout. HEX triplet: AF, CD and 8F. RGB value is (175,205,143). Sum of RGB (Red+Green+Blue) = 175+205+143=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD8F is #503270. Grayscale: #BDBDBD. Windows color (decimal): -5255793 or 9424303. OLE color: 9424303.
HSL color Cylindrical-coordinate representation of color #AFCD8F: hue angle of 89.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCD8F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 143 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.20 |
| HSL | 89.03º | 0.38% | 0.68% | - |
| HSV(B) | 89.03º | 0.3% | 0.8% | - |
| XYZ | 44.47 | 54.76 | 34.21 | - |
| YUV | 188.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 143 | 0.15 | 0 | 0.30 | 0.20 | 89.03 | 0.38 | 0.68 |
| Hex | AF | CD | 8F | F | 0 | 1E | 14 | 59 | 26 | 44 |
| Octal | 257 | 315 | 217 | 17 | 0 | 36 | 24 | 131 | 46 | 104 |
| Binary | 10101111 | 11001101 | 10001111 | 1111 | 0 | 11110 | 10100 | 1011001 | 100110 | 1000100 |
Color Harmonies of #AFCD8F
Complementary color
Monochromatic Colors of #AFCD8F
Black with #AFCD8F
Text Example
Text Example
White with #AFCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD8F; }
p { color: rgb(175,205,143); }
H1.HeaderClassName
{
color: #AFCD8F;
}
.AnyTagClassName
{
color: #AFCD8F;
}
</style>
background-color css
<style>
a { background-color: #AFCD8F; }
a { background-color: rgb(175,205,143); }
div.DivClassName
{
background-color: #AFCD8F;
}
.BgClassName
{
background-color: #AFCD8F;
}
</style>
border-color css
<style>
span { border-color: #AFCD8F; }
span { border-color: rgb(175,205,143); }
td.TdClassName
{
border-color: #AFCD8F;
}
.TagClassName
{
border-color: #AFCD8F;
}
</style>