Shades of Sprout #AFC594
Tints of Sprout #AFC594
RGB
CMYK
RGB Variations
Color information
#AFC594 (or 0xAFC594) is known color: Sprout. HEX triplet: AF, C5 and 94. RGB value is (175,197,148). Sum of RGB (Red+Green+Blue) = 175+197+148=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC594 is #503A6B. Grayscale: #B9B9B9. Windows color (decimal): -5257836 or 9749935. OLE color: 9749935.
HSL color Cylindrical-coordinate representation of color #AFC594: hue angle of 86.94º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC594 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 148 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.23 |
| HSL | 86.94º | 0.3% | 0.68% | - |
| HSV(B) | 86.94º | 0.25% | 0.77% | - |
| XYZ | 42.99 | 51.18 | 35.63 | - |
| YUV | 184.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 148 | 0.11 | 0 | 0.25 | 0.23 | 86.94 | 0.3 | 0.68 |
| Hex | AF | C5 | 94 | B | 0 | 19 | 17 | 57 | 1E | 44 |
| Octal | 257 | 305 | 224 | 13 | 0 | 31 | 27 | 127 | 36 | 104 |
| Binary | 10101111 | 11000101 | 10010100 | 1011 | 0 | 11001 | 10111 | 1010111 | 11110 | 1000100 |
Color Harmonies of #AFC594
Complementary color
Monochromatic Colors of #AFC594
Black with #AFC594
Text Example
Text Example
White with #AFC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC594; }
p { color: rgb(175,197,148); }
H1.HeaderClassName
{
color: #AFC594;
}
.AnyTagClassName
{
color: #AFC594;
}
</style>
background-color css
<style>
a { background-color: #AFC594; }
a { background-color: rgb(175,197,148); }
div.DivClassName
{
background-color: #AFC594;
}
.BgClassName
{
background-color: #AFC594;
}
</style>
border-color css
<style>
span { border-color: #AFC594; }
span { border-color: rgb(175,197,148); }
td.TdClassName
{
border-color: #AFC594;
}
.TagClassName
{
border-color: #AFC594;
}
</style>