Shades of Sprout #AFCB9A
Tints of Sprout #AFCB9A
RGB
CMYK
RGB Variations
Color information
#AFCB9A (or 0xAFCB9A) is known color: Sprout. HEX triplet: AF, CB and 9A. RGB value is (175,203,154). Sum of RGB (Red+Green+Blue) = 175+203+154=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB9A is #503465. Grayscale: #BDBDBD. Windows color (decimal): -5256294 or 10144687. OLE color: 10144687.
HSL color Cylindrical-coordinate representation of color #AFCB9A: hue angle of 94.29º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCB9A is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 154 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.20 |
| HSL | 94.29º | 0.32% | 0.7% | - |
| HSV(B) | 94.29º | 0.24% | 0.8% | - |
| XYZ | 44.87 | 54.16 | 38.66 | - |
| YUV | 189.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 154 | 0.14 | 0 | 0.24 | 0.20 | 94.29 | 0.32 | 0.7 |
| Hex | AF | CB | 9A | E | 0 | 18 | 14 | 5E | 20 | 46 |
| Octal | 257 | 313 | 232 | 16 | 0 | 30 | 24 | 136 | 40 | 106 |
| Binary | 10101111 | 11001011 | 10011010 | 1110 | 0 | 11000 | 10100 | 1011110 | 100000 | 1000110 |
Color Harmonies of #AFCB9A
Complementary color
Monochromatic Colors of #AFCB9A
Black with #AFCB9A
Text Example
Text Example
White with #AFCB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB9A; }
p { color: rgb(175,203,154); }
H1.HeaderClassName
{
color: #AFCB9A;
}
.AnyTagClassName
{
color: #AFCB9A;
}
</style>
background-color css
<style>
a { background-color: #AFCB9A; }
a { background-color: rgb(175,203,154); }
div.DivClassName
{
background-color: #AFCB9A;
}
.BgClassName
{
background-color: #AFCB9A;
}
</style>
border-color css
<style>
span { border-color: #AFCB9A; }
span { border-color: rgb(175,203,154); }
td.TdClassName
{
border-color: #AFCB9A;
}
.TagClassName
{
border-color: #AFCB9A;
}
</style>