Shades of Sprout #AFC394
Tints of Sprout #AFC394
RGB
CMYK
RGB Variations
Color information
#AFC394 (or 0xAFC394) is known color: Sprout. HEX triplet: AF, C3 and 94. RGB value is (175,195,148). Sum of RGB (Red+Green+Blue) = 175+195+148=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC394 is #503C6B. Grayscale: #B7B7B7. Windows color (decimal): -5258348 or 9749423. OLE color: 9749423.
HSL color Cylindrical-coordinate representation of color #AFC394: hue angle of 85.53º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC394 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 148 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.24 |
| HSL | 85.53º | 0.28% | 0.67% | - |
| HSV(B) | 85.53º | 0.24% | 0.76% | - |
| XYZ | 42.54 | 50.28 | 35.48 | - |
| YUV | 183.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 148 | 0.10 | 0 | 0.24 | 0.24 | 85.53 | 0.28 | 0.67 |
| Hex | AF | C3 | 94 | A | 0 | 18 | 18 | 56 | 1C | 43 |
| Octal | 257 | 303 | 224 | 12 | 0 | 30 | 30 | 126 | 34 | 103 |
| Binary | 10101111 | 11000011 | 10010100 | 1010 | 0 | 11000 | 11000 | 1010110 | 11100 | 1000011 |
Color Harmonies of #AFC394
Complementary color
Monochromatic Colors of #AFC394
Black with #AFC394
Text Example
Text Example
White with #AFC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC394; }
p { color: rgb(175,195,148); }
H1.HeaderClassName
{
color: #AFC394;
}
.AnyTagClassName
{
color: #AFC394;
}
</style>
background-color css
<style>
a { background-color: #AFC394; }
a { background-color: rgb(175,195,148); }
div.DivClassName
{
background-color: #AFC394;
}
.BgClassName
{
background-color: #AFC394;
}
</style>
border-color css
<style>
span { border-color: #AFC394; }
span { border-color: rgb(175,195,148); }
td.TdClassName
{
border-color: #AFC394;
}
.TagClassName
{
border-color: #AFC394;
}
</style>