Shades of Sprout #AFC093
Tints of Sprout #AFC093
RGB
CMYK
RGB Variations
Color information
#AFC093 (or 0xAFC093) is known color: Sprout. HEX triplet: AF, C0 and 93. RGB value is (175,192,147). Sum of RGB (Red+Green+Blue) = 175+192+147=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC093 is #503F6C. Grayscale: #B5B5B5. Windows color (decimal): -5259117 or 9683119. OLE color: 9683119.
HSL color Cylindrical-coordinate representation of color #AFC093: hue angle of 82.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC093 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 147 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.25 |
| HSL | 82.67º | 0.26% | 0.66% | - |
| HSV(B) | 82.67º | 0.23% | 0.75% | - |
| XYZ | 41.8 | 48.92 | 34.84 | - |
| YUV | 181.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 147 | 0.09 | 0 | 0.23 | 0.25 | 82.67 | 0.26 | 0.66 |
| Hex | AF | C0 | 93 | 9 | 0 | 17 | 19 | 53 | 1A | 42 |
| Octal | 257 | 300 | 223 | 11 | 0 | 27 | 31 | 123 | 32 | 102 |
| Binary | 10101111 | 11000000 | 10010011 | 1001 | 0 | 10111 | 11001 | 1010011 | 11010 | 1000010 |
Color Harmonies of #AFC093
Complementary color
Monochromatic Colors of #AFC093
Black with #AFC093
Text Example
Text Example
White with #AFC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC093; }
p { color: rgb(175,192,147); }
H1.HeaderClassName
{
color: #AFC093;
}
.AnyTagClassName
{
color: #AFC093;
}
</style>
background-color css
<style>
a { background-color: #AFC093; }
a { background-color: rgb(175,192,147); }
div.DivClassName
{
background-color: #AFC093;
}
.BgClassName
{
background-color: #AFC093;
}
</style>
border-color css
<style>
span { border-color: #AFC093; }
span { border-color: rgb(175,192,147); }
td.TdClassName
{
border-color: #AFC093;
}
.TagClassName
{
border-color: #AFC093;
}
</style>