Shades of Sprout #AFC09E
Tints of Sprout #AFC09E
RGB
CMYK
RGB Variations
Color information
#AFC09E (or 0xAFC09E) is known color: Sprout. HEX triplet: AF, C0 and 9E. RGB value is (175,192,158). Sum of RGB (Red+Green+Blue) = 175+192+158=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC09E is #503F61. Grayscale: #B7B7B7. Windows color (decimal): -5259106 or 10404015. OLE color: 10404015.
HSL color Cylindrical-coordinate representation of color #AFC09E: hue angle of 90º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC09E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 158 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.25 |
| HSL | 90º | 0.21% | 0.69% | - |
| HSV(B) | 90º | 0.18% | 0.75% | - |
| XYZ | 42.7 | 49.28 | 39.61 | - |
| YUV | 183.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 158 | 0.09 | 0 | 0.18 | 0.25 | 90 | 0.21 | 0.69 |
| Hex | AF | C0 | 9E | 9 | 0 | 12 | 19 | 5A | 15 | 45 |
| Octal | 257 | 300 | 236 | 11 | 0 | 22 | 31 | 132 | 25 | 105 |
| Binary | 10101111 | 11000000 | 10011110 | 1001 | 0 | 10010 | 11001 | 1011010 | 10101 | 1000101 |
Color Harmonies of #AFC09E
Complementary color
Monochromatic Colors of #AFC09E
Black with #AFC09E
Text Example
Text Example
White with #AFC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC09E; }
p { color: rgb(175,192,158); }
H1.HeaderClassName
{
color: #AFC09E;
}
.AnyTagClassName
{
color: #AFC09E;
}
</style>
background-color css
<style>
a { background-color: #AFC09E; }
a { background-color: rgb(175,192,158); }
div.DivClassName
{
background-color: #AFC09E;
}
.BgClassName
{
background-color: #AFC09E;
}
</style>
border-color css
<style>
span { border-color: #AFC09E; }
span { border-color: rgb(175,192,158); }
td.TdClassName
{
border-color: #AFC09E;
}
.TagClassName
{
border-color: #AFC09E;
}
</style>