Shades of Sprout #AFC590
Tints of Sprout #AFC590
RGB
CMYK
RGB Variations
Color information
#AFC590 (or 0xAFC590) is known color: Sprout. HEX triplet: AF, C5 and 90. RGB value is (175,197,144). Sum of RGB (Red+Green+Blue) = 175+197+144=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC590 is #503A6F. Grayscale: #B8B8B8. Windows color (decimal): -5257840 or 9487791. OLE color: 9487791.
HSL color Cylindrical-coordinate representation of color #AFC590: hue angle of 84.91º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC590 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 144 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.23 |
| HSL | 84.91º | 0.31% | 0.67% | - |
| HSV(B) | 84.91º | 0.27% | 0.77% | - |
| XYZ | 42.68 | 51.06 | 33.99 | - |
| YUV | 184.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 144 | 0.11 | 0 | 0.27 | 0.23 | 84.91 | 0.31 | 0.67 |
| Hex | AF | C5 | 90 | B | 0 | 1B | 17 | 55 | 1F | 43 |
| Octal | 257 | 305 | 220 | 13 | 0 | 33 | 27 | 125 | 37 | 103 |
| Binary | 10101111 | 11000101 | 10010000 | 1011 | 0 | 11011 | 10111 | 1010101 | 11111 | 1000011 |
Color Harmonies of #AFC590
Complementary color
Monochromatic Colors of #AFC590
Black with #AFC590
Text Example
Text Example
White with #AFC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC590; }
p { color: rgb(175,197,144); }
H1.HeaderClassName
{
color: #AFC590;
}
.AnyTagClassName
{
color: #AFC590;
}
</style>
background-color css
<style>
a { background-color: #AFC590; }
a { background-color: rgb(175,197,144); }
div.DivClassName
{
background-color: #AFC590;
}
.BgClassName
{
background-color: #AFC590;
}
</style>
border-color css
<style>
span { border-color: #AFC590; }
span { border-color: rgb(175,197,144); }
td.TdClassName
{
border-color: #AFC590;
}
.TagClassName
{
border-color: #AFC590;
}
</style>