Shades of Sprout #AFC29C
Tints of Sprout #AFC29C
RGB
CMYK
RGB Variations
Color information
#AFC29C (or 0xAFC29C) is known color: Sprout. HEX triplet: AF, C2 and 9C. RGB value is (175,194,156). Sum of RGB (Red+Green+Blue) = 175+194+156=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC29C is #503D63. Grayscale: #B8B8B8. Windows color (decimal): -5258596 or 10273455. OLE color: 10273455.
HSL color Cylindrical-coordinate representation of color #AFC29C: hue angle of 90º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC29C is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 156 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.24 |
| HSL | 90º | 0.24% | 0.69% | - |
| HSV(B) | 90º | 0.2% | 0.76% | - |
| XYZ | 42.97 | 50.1 | 38.86 | - |
| YUV | 183.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 156 | 0.10 | 0 | 0.20 | 0.24 | 90 | 0.24 | 0.69 |
| Hex | AF | C2 | 9C | A | 0 | 14 | 18 | 5A | 18 | 45 |
| Octal | 257 | 302 | 234 | 12 | 0 | 24 | 30 | 132 | 30 | 105 |
| Binary | 10101111 | 11000010 | 10011100 | 1010 | 0 | 10100 | 11000 | 1011010 | 11000 | 1000101 |
Color Harmonies of #AFC29C
Complementary color
Monochromatic Colors of #AFC29C
Black with #AFC29C
Text Example
Text Example
White with #AFC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC29C; }
p { color: rgb(175,194,156); }
H1.HeaderClassName
{
color: #AFC29C;
}
.AnyTagClassName
{
color: #AFC29C;
}
</style>
background-color css
<style>
a { background-color: #AFC29C; }
a { background-color: rgb(175,194,156); }
div.DivClassName
{
background-color: #AFC29C;
}
.BgClassName
{
background-color: #AFC29C;
}
</style>
border-color css
<style>
span { border-color: #AFC29C; }
span { border-color: rgb(175,194,156); }
td.TdClassName
{
border-color: #AFC29C;
}
.TagClassName
{
border-color: #AFC29C;
}
</style>