Shades of Sprout #AFC39C
Tints of Sprout #AFC39C
RGB
CMYK
RGB Variations
Color information
#AFC39C (or 0xAFC39C) is known color: Sprout. HEX triplet: AF, C3 and 9C. RGB value is (175,195,156). Sum of RGB (Red+Green+Blue) = 175+195+156=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39C is #503C63. Grayscale: #B8B8B8. Windows color (decimal): -5258340 or 10273711. OLE color: 10273711.
HSL color Cylindrical-coordinate representation of color #AFC39C: hue angle of 90.77º degrees, saturation: 0.25, 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 #AFC39C is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 156 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.24 |
| HSL | 90.77º | 0.25% | 0.69% | - |
| HSV(B) | 90.77º | 0.2% | 0.76% | - |
| XYZ | 43.2 | 50.54 | 38.93 | - |
| YUV | 184.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 156 | 0.10 | 0 | 0.20 | 0.24 | 90.77 | 0.25 | 0.69 |
| Hex | AF | C3 | 9C | A | 0 | 14 | 18 | 5B | 19 | 45 |
| Octal | 257 | 303 | 234 | 12 | 0 | 24 | 30 | 133 | 31 | 105 |
| Binary | 10101111 | 11000011 | 10011100 | 1010 | 0 | 10100 | 11000 | 1011011 | 11001 | 1000101 |
Color Harmonies of #AFC39C
Complementary color
Monochromatic Colors of #AFC39C
Black with #AFC39C
Text Example
Text Example
White with #AFC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC39C; }
p { color: rgb(175,195,156); }
H1.HeaderClassName
{
color: #AFC39C;
}
.AnyTagClassName
{
color: #AFC39C;
}
</style>
background-color css
<style>
a { background-color: #AFC39C; }
a { background-color: rgb(175,195,156); }
div.DivClassName
{
background-color: #AFC39C;
}
.BgClassName
{
background-color: #AFC39C;
}
</style>
border-color css
<style>
span { border-color: #AFC39C; }
span { border-color: rgb(175,195,156); }
td.TdClassName
{
border-color: #AFC39C;
}
.TagClassName
{
border-color: #AFC39C;
}
</style>