Shades of Sprout #AFCE92
Tints of Sprout #AFCE92
RGB
CMYK
RGB Variations
Color information
#AFCE92 (or 0xAFCE92) is known color: Sprout. HEX triplet: AF, CE and 92. RGB value is (175,206,146). Sum of RGB (Red+Green+Blue) = 175+206+146=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE92 is #50316D. Grayscale: #BEBEBE. Windows color (decimal): -5255534 or 9621167. OLE color: 9621167.
HSL color Cylindrical-coordinate representation of color #AFCE92: hue angle of 91º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCE92 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 146 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.19 |
| HSL | 91º | 0.38% | 0.69% | - |
| HSV(B) | 91º | 0.29% | 0.81% | - |
| XYZ | 44.94 | 55.33 | 35.51 | - |
| YUV | 189.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 146 | 0.15 | 0 | 0.29 | 0.19 | 91 | 0.38 | 0.69 |
| Hex | AF | CE | 92 | F | 0 | 1D | 13 | 5B | 26 | 45 |
| Octal | 257 | 316 | 222 | 17 | 0 | 35 | 23 | 133 | 46 | 105 |
| Binary | 10101111 | 11001110 | 10010010 | 1111 | 0 | 11101 | 10011 | 1011011 | 100110 | 1000101 |
Color Harmonies of #AFCE92
Complementary color
Monochromatic Colors of #AFCE92
Black with #AFCE92
Text Example
Text Example
White with #AFCE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE92; }
p { color: rgb(175,206,146); }
H1.HeaderClassName
{
color: #AFCE92;
}
.AnyTagClassName
{
color: #AFCE92;
}
</style>
background-color css
<style>
a { background-color: #AFCE92; }
a { background-color: rgb(175,206,146); }
div.DivClassName
{
background-color: #AFCE92;
}
.BgClassName
{
background-color: #AFCE92;
}
</style>
border-color css
<style>
span { border-color: #AFCE92; }
span { border-color: rgb(175,206,146); }
td.TdClassName
{
border-color: #AFCE92;
}
.TagClassName
{
border-color: #AFCE92;
}
</style>