Shades of Sprout #AFCE91
Tints of Sprout #AFCE91
RGB
CMYK
RGB Variations
Color information
#AFCE91 (or 0xAFCE91) is known color: Sprout. HEX triplet: AF, CE and 91. RGB value is (175,206,145). Sum of RGB (Red+Green+Blue) = 175+206+145=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE91 is #50316E. Grayscale: #BDBDBD. Windows color (decimal): -5255535 or 9555631. OLE color: 9555631.
HSL color Cylindrical-coordinate representation of color #AFCE91: hue angle of 90.49º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCE91 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 145 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.19 |
| HSL | 90.49º | 0.38% | 0.69% | - |
| HSV(B) | 90.49º | 0.3% | 0.81% | - |
| XYZ | 44.86 | 55.3 | 35.1 | - |
| YUV | 189.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 145 | 0.15 | 0 | 0.30 | 0.19 | 90.49 | 0.38 | 0.69 |
| Hex | AF | CE | 91 | F | 0 | 1E | 13 | 5A | 26 | 45 |
| Octal | 257 | 316 | 221 | 17 | 0 | 36 | 23 | 132 | 46 | 105 |
| Binary | 10101111 | 11001110 | 10010001 | 1111 | 0 | 11110 | 10011 | 1011010 | 100110 | 1000101 |
Color Harmonies of #AFCE91
Complementary color
Monochromatic Colors of #AFCE91
Black with #AFCE91
Text Example
Text Example
White with #AFCE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE91; }
p { color: rgb(175,206,145); }
H1.HeaderClassName
{
color: #AFCE91;
}
.AnyTagClassName
{
color: #AFCE91;
}
</style>
background-color css
<style>
a { background-color: #AFCE91; }
a { background-color: rgb(175,206,145); }
div.DivClassName
{
background-color: #AFCE91;
}
.BgClassName
{
background-color: #AFCE91;
}
</style>
border-color css
<style>
span { border-color: #AFCE91; }
span { border-color: rgb(175,206,145); }
td.TdClassName
{
border-color: #AFCE91;
}
.TagClassName
{
border-color: #AFCE91;
}
</style>