Shades of Sprout #AFCC8D
Tints of Sprout #AFCC8D
RGB
CMYK
RGB Variations
Color information
#AFCC8D (or 0xAFCC8D) is known color: Sprout. HEX triplet: AF, CC and 8D. RGB value is (175,204,141). Sum of RGB (Red+Green+Blue) = 175+204+141=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC8D is #503372. Grayscale: #BCBCBC. Windows color (decimal): -5256051 or 9292975. OLE color: 9292975.
HSL color Cylindrical-coordinate representation of color #AFCC8D: hue angle of 87.62º degrees, saturation: 0.38, 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 #AFCC8D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 141 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.2 |
| HSL | 87.62º | 0.38% | 0.68% | - |
| HSV(B) | 87.62º | 0.31% | 0.8% | - |
| XYZ | 44.08 | 54.22 | 33.34 | - |
| YUV | 188.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 141 | 0.14 | 0 | 0.31 | 0.2 | 87.62 | 0.38 | 0.68 |
| Hex | AF | CC | 8D | E | 0 | 1F | 14 | 58 | 26 | 44 |
| Octal | 257 | 314 | 215 | 16 | 0 | 37 | 24 | 130 | 46 | 104 |
| Binary | 10101111 | 11001100 | 10001101 | 1110 | 0 | 11111 | 10100 | 1011000 | 100110 | 1000100 |
Color Harmonies of #AFCC8D
Complementary color
Monochromatic Colors of #AFCC8D
Black with #AFCC8D
Text Example
Text Example
White with #AFCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC8D; }
p { color: rgb(175,204,141); }
H1.HeaderClassName
{
color: #AFCC8D;
}
.AnyTagClassName
{
color: #AFCC8D;
}
</style>
background-color css
<style>
a { background-color: #AFCC8D; }
a { background-color: rgb(175,204,141); }
div.DivClassName
{
background-color: #AFCC8D;
}
.BgClassName
{
background-color: #AFCC8D;
}
</style>
border-color css
<style>
span { border-color: #AFCC8D; }
span { border-color: rgb(175,204,141); }
td.TdClassName
{
border-color: #AFCC8D;
}
.TagClassName
{
border-color: #AFCC8D;
}
</style>