Shades of Sprout #AFC69F
Tints of Sprout #AFC69F
RGB
CMYK
RGB Variations
Color information
#AFC69F (or 0xAFC69F) is known color: Sprout. HEX triplet: AF, C6 and 9F. RGB value is (175,198,159). Sum of RGB (Red+Green+Blue) = 175+198+159=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69F is #503960. Grayscale: #BABABA. Windows color (decimal): -5257569 or 10471087. OLE color: 10471087.
HSL color Cylindrical-coordinate representation of color #AFC69F: hue angle of 95.38º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC69F is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 159 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.22 |
| HSL | 95.38º | 0.25% | 0.7% | - |
| HSV(B) | 95.38º | 0.2% | 0.78% | - |
| XYZ | 44.13 | 52.01 | 40.51 | - |
| YUV | 186.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 159 | 0.12 | 0 | 0.20 | 0.22 | 95.38 | 0.25 | 0.7 |
| Hex | AF | C6 | 9F | C | 0 | 14 | 16 | 5F | 19 | 46 |
| Octal | 257 | 306 | 237 | 14 | 0 | 24 | 26 | 137 | 31 | 106 |
| Binary | 10101111 | 11000110 | 10011111 | 1100 | 0 | 10100 | 10110 | 1011111 | 11001 | 1000110 |
Color Harmonies of #AFC69F
Complementary color
Monochromatic Colors of #AFC69F
Black with #AFC69F
Text Example
Text Example
White with #AFC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC69F; }
p { color: rgb(175,198,159); }
H1.HeaderClassName
{
color: #AFC69F;
}
.AnyTagClassName
{
color: #AFC69F;
}
</style>
background-color css
<style>
a { background-color: #AFC69F; }
a { background-color: rgb(175,198,159); }
div.DivClassName
{
background-color: #AFC69F;
}
.BgClassName
{
background-color: #AFC69F;
}
</style>
border-color css
<style>
span { border-color: #AFC69F; }
span { border-color: rgb(175,198,159); }
td.TdClassName
{
border-color: #AFC69F;
}
.TagClassName
{
border-color: #AFC69F;
}
</style>