Shades of Sprout #AFCD93
Tints of Sprout #AFCD93
RGB
CMYK
RGB Variations
Color information
#AFCD93 (or 0xAFCD93) is known color: Sprout. HEX triplet: AF, CD and 93. RGB value is (175,205,147). Sum of RGB (Red+Green+Blue) = 175+205+147=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD93 is #50326C. Grayscale: #BDBDBD. Windows color (decimal): -5255789 or 9686447. OLE color: 9686447.
HSL color Cylindrical-coordinate representation of color #AFCD93: hue angle of 91.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCD93 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 147 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.20 |
| HSL | 91.03º | 0.37% | 0.69% | - |
| HSV(B) | 91.03º | 0.28% | 0.8% | - |
| XYZ | 44.78 | 54.88 | 35.84 | - |
| YUV | 189.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 147 | 0.15 | 0 | 0.28 | 0.20 | 91.03 | 0.37 | 0.69 |
| Hex | AF | CD | 93 | F | 0 | 1C | 14 | 5B | 25 | 45 |
| Octal | 257 | 315 | 223 | 17 | 0 | 34 | 24 | 133 | 45 | 105 |
| Binary | 10101111 | 11001101 | 10010011 | 1111 | 0 | 11100 | 10100 | 1011011 | 100101 | 1000101 |
Color Harmonies of #AFCD93
Complementary color
Monochromatic Colors of #AFCD93
Black with #AFCD93
Text Example
Text Example
White with #AFCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD93; }
p { color: rgb(175,205,147); }
H1.HeaderClassName
{
color: #AFCD93;
}
.AnyTagClassName
{
color: #AFCD93;
}
</style>
background-color css
<style>
a { background-color: #AFCD93; }
a { background-color: rgb(175,205,147); }
div.DivClassName
{
background-color: #AFCD93;
}
.BgClassName
{
background-color: #AFCD93;
}
</style>
border-color css
<style>
span { border-color: #AFCD93; }
span { border-color: rgb(175,205,147); }
td.TdClassName
{
border-color: #AFCD93;
}
.TagClassName
{
border-color: #AFCD93;
}
</style>