Shades of Sprout #AFC593
Tints of Sprout #AFC593
RGB
CMYK
RGB Variations
Color information
#AFC593 (or 0xAFC593) is known color: Sprout. HEX triplet: AF, C5 and 93. RGB value is (175,197,147). Sum of RGB (Red+Green+Blue) = 175+197+147=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC593 is #503A6C. Grayscale: #B8B8B8. Windows color (decimal): -5257837 or 9684399. OLE color: 9684399.
HSL color Cylindrical-coordinate representation of color #AFC593: hue angle of 86.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC593 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 147 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.23 |
| HSL | 86.4º | 0.3% | 0.67% | - |
| HSV(B) | 86.4º | 0.25% | 0.77% | - |
| XYZ | 42.91 | 51.15 | 35.22 | - |
| YUV | 184.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 147 | 0.11 | 0 | 0.25 | 0.23 | 86.4 | 0.3 | 0.67 |
| Hex | AF | C5 | 93 | B | 0 | 19 | 17 | 56 | 1E | 43 |
| Octal | 257 | 305 | 223 | 13 | 0 | 31 | 27 | 126 | 36 | 103 |
| Binary | 10101111 | 11000101 | 10010011 | 1011 | 0 | 11001 | 10111 | 1010110 | 11110 | 1000011 |
Color Harmonies of #AFC593
Complementary color
Monochromatic Colors of #AFC593
Black with #AFC593
Text Example
Text Example
White with #AFC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC593; }
p { color: rgb(175,197,147); }
H1.HeaderClassName
{
color: #AFC593;
}
.AnyTagClassName
{
color: #AFC593;
}
</style>
background-color css
<style>
a { background-color: #AFC593; }
a { background-color: rgb(175,197,147); }
div.DivClassName
{
background-color: #AFC593;
}
.BgClassName
{
background-color: #AFC593;
}
</style>
border-color css
<style>
span { border-color: #AFC593; }
span { border-color: rgb(175,197,147); }
td.TdClassName
{
border-color: #AFC593;
}
.TagClassName
{
border-color: #AFC593;
}
</style>