Shades of Sprout #AFC88E
Tints of Sprout #AFC88E
RGB
CMYK
RGB Variations
Color information
#AFC88E (or 0xAFC88E) is known color: Sprout. HEX triplet: AF, C8 and 8E. RGB value is (175,200,142). Sum of RGB (Red+Green+Blue) = 175+200+142=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC88E is #503771. Grayscale: #BABABA. Windows color (decimal): -5257074 or 9357487. OLE color: 9357487.
HSL color Cylindrical-coordinate representation of color #AFC88E: hue angle of 85.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC88E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 142 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.22 |
| HSL | 85.86º | 0.35% | 0.67% | - |
| HSV(B) | 85.86º | 0.29% | 0.78% | - |
| XYZ | 43.22 | 52.38 | 33.42 | - |
| YUV | 185.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 142 | 0.12 | 0 | 0.29 | 0.22 | 85.86 | 0.35 | 0.67 |
| Hex | AF | C8 | 8E | C | 0 | 1D | 16 | 56 | 23 | 43 |
| Octal | 257 | 310 | 216 | 14 | 0 | 35 | 26 | 126 | 43 | 103 |
| Binary | 10101111 | 11001000 | 10001110 | 1100 | 0 | 11101 | 10110 | 1010110 | 100011 | 1000011 |
Color Harmonies of #AFC88E
Complementary color
Monochromatic Colors of #AFC88E
Black with #AFC88E
Text Example
Text Example
White with #AFC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC88E; }
p { color: rgb(175,200,142); }
H1.HeaderClassName
{
color: #AFC88E;
}
.AnyTagClassName
{
color: #AFC88E;
}
</style>
background-color css
<style>
a { background-color: #AFC88E; }
a { background-color: rgb(175,200,142); }
div.DivClassName
{
background-color: #AFC88E;
}
.BgClassName
{
background-color: #AFC88E;
}
</style>
border-color css
<style>
span { border-color: #AFC88E; }
span { border-color: rgb(175,200,142); }
td.TdClassName
{
border-color: #AFC88E;
}
.TagClassName
{
border-color: #AFC88E;
}
</style>