Shades of Sprout #AFC89A
Tints of Sprout #AFC89A
RGB
CMYK
RGB Variations
Color information
#AFC89A (or 0xAFC89A) is known color: Sprout. HEX triplet: AF, C8 and 9A. RGB value is (175,200,154). Sum of RGB (Red+Green+Blue) = 175+200+154=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89A is #503765. Grayscale: #BBBBBB. Windows color (decimal): -5257062 or 10143919. OLE color: 10143919.
HSL color Cylindrical-coordinate representation of color #AFC89A: hue angle of 92.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC89A is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 154 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.22 |
| HSL | 92.61º | 0.29% | 0.69% | - |
| HSV(B) | 92.61º | 0.23% | 0.78% | - |
| XYZ | 44.17 | 52.76 | 38.43 | - |
| YUV | 187.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 154 | 0.12 | 0 | 0.23 | 0.22 | 92.61 | 0.29 | 0.69 |
| Hex | AF | C8 | 9A | C | 0 | 17 | 16 | 5D | 1D | 45 |
| Octal | 257 | 310 | 232 | 14 | 0 | 27 | 26 | 135 | 35 | 105 |
| Binary | 10101111 | 11001000 | 10011010 | 1100 | 0 | 10111 | 10110 | 1011101 | 11101 | 1000101 |
Color Harmonies of #AFC89A
Complementary color
Monochromatic Colors of #AFC89A
Black with #AFC89A
Text Example
Text Example
White with #AFC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC89A; }
p { color: rgb(175,200,154); }
H1.HeaderClassName
{
color: #AFC89A;
}
.AnyTagClassName
{
color: #AFC89A;
}
</style>
background-color css
<style>
a { background-color: #AFC89A; }
a { background-color: rgb(175,200,154); }
div.DivClassName
{
background-color: #AFC89A;
}
.BgClassName
{
background-color: #AFC89A;
}
</style>
border-color css
<style>
span { border-color: #AFC89A; }
span { border-color: rgb(175,200,154); }
td.TdClassName
{
border-color: #AFC89A;
}
.TagClassName
{
border-color: #AFC89A;
}
</style>