Shades of Sprout #AFC094
Tints of Sprout #AFC094
RGB
CMYK
RGB Variations
Color information
#AFC094 (or 0xAFC094) is known color: Sprout. HEX triplet: AF, C0 and 94. RGB value is (175,192,148). Sum of RGB (Red+Green+Blue) = 175+192+148=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC094 is #503F6B. Grayscale: #B6B6B6. Windows color (decimal): -5259116 or 9748655. OLE color: 9748655.
HSL color Cylindrical-coordinate representation of color #AFC094: hue angle of 83.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC094 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 148 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.25 |
| HSL | 83.18º | 0.26% | 0.67% | - |
| HSV(B) | 83.18º | 0.23% | 0.75% | - |
| XYZ | 41.87 | 48.95 | 35.26 | - |
| YUV | 181.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 148 | 0.09 | 0 | 0.23 | 0.25 | 83.18 | 0.26 | 0.67 |
| Hex | AF | C0 | 94 | 9 | 0 | 17 | 19 | 53 | 1A | 43 |
| Octal | 257 | 300 | 224 | 11 | 0 | 27 | 31 | 123 | 32 | 103 |
| Binary | 10101111 | 11000000 | 10010100 | 1001 | 0 | 10111 | 11001 | 1010011 | 11010 | 1000011 |
Color Harmonies of #AFC094
Complementary color
Monochromatic Colors of #AFC094
Black with #AFC094
Text Example
Text Example
White with #AFC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC094; }
p { color: rgb(175,192,148); }
H1.HeaderClassName
{
color: #AFC094;
}
.AnyTagClassName
{
color: #AFC094;
}
</style>
background-color css
<style>
a { background-color: #AFC094; }
a { background-color: rgb(175,192,148); }
div.DivClassName
{
background-color: #AFC094;
}
.BgClassName
{
background-color: #AFC094;
}
</style>
border-color css
<style>
span { border-color: #AFC094; }
span { border-color: rgb(175,192,148); }
td.TdClassName
{
border-color: #AFC094;
}
.TagClassName
{
border-color: #AFC094;
}
</style>