Shades of Sprout #AFCD8D
Tints of Sprout #AFCD8D
RGB
CMYK
RGB Variations
Color information
#AFCD8D (or 0xAFCD8D) is known color: Sprout. HEX triplet: AF, CD and 8D. RGB value is (175,205,141). Sum of RGB (Red+Green+Blue) = 175+205+141=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD8D is #503272. Grayscale: #BCBCBC. Windows color (decimal): -5255795 or 9293231. OLE color: 9293231.
HSL color Cylindrical-coordinate representation of color #AFCD8D: hue angle of 88.12º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCD8D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 141 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.20 |
| HSL | 88.13º | 0.39% | 0.68% | - |
| HSV(B) | 88.13º | 0.31% | 0.8% | - |
| XYZ | 44.32 | 54.7 | 33.42 | - |
| YUV | 188.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 141 | 0.15 | 0 | 0.31 | 0.20 | 88.13 | 0.39 | 0.68 |
| Hex | AF | CD | 8D | F | 0 | 1F | 14 | 58 | 27 | 44 |
| Octal | 257 | 315 | 215 | 17 | 0 | 37 | 24 | 130 | 47 | 104 |
| Binary | 10101111 | 11001101 | 10001101 | 1111 | 0 | 11111 | 10100 | 1011000 | 100111 | 1000100 |
Color Harmonies of #AFCD8D
Complementary color
Monochromatic Colors of #AFCD8D
Black with #AFCD8D
Text Example
Text Example
White with #AFCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD8D; }
p { color: rgb(175,205,141); }
H1.HeaderClassName
{
color: #AFCD8D;
}
.AnyTagClassName
{
color: #AFCD8D;
}
</style>
background-color css
<style>
a { background-color: #AFCD8D; }
a { background-color: rgb(175,205,141); }
div.DivClassName
{
background-color: #AFCD8D;
}
.BgClassName
{
background-color: #AFCD8D;
}
</style>
border-color css
<style>
span { border-color: #AFCD8D; }
span { border-color: rgb(175,205,141); }
td.TdClassName
{
border-color: #AFCD8D;
}
.TagClassName
{
border-color: #AFCD8D;
}
</style>