Shades of Sprout #AFCD90
Tints of Sprout #AFCD90
RGB
CMYK
RGB Variations
Color information
#AFCD90 (or 0xAFCD90) is known color: Sprout. HEX triplet: AF, CD and 90. RGB value is (175,205,144). Sum of RGB (Red+Green+Blue) = 175+205+144=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD90 is #50326F. Grayscale: #BDBDBD. Windows color (decimal): -5255792 or 9489839. OLE color: 9489839.
HSL color Cylindrical-coordinate representation of color #AFCD90: hue angle of 89.51º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCD90 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 144 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.20 |
| HSL | 89.51º | 0.38% | 0.68% | - |
| HSV(B) | 89.51º | 0.3% | 0.8% | - |
| XYZ | 44.54 | 54.79 | 34.61 | - |
| YUV | 189.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 144 | 0.15 | 0 | 0.30 | 0.20 | 89.51 | 0.38 | 0.68 |
| Hex | AF | CD | 90 | F | 0 | 1E | 14 | 5A | 26 | 44 |
| Octal | 257 | 315 | 220 | 17 | 0 | 36 | 24 | 132 | 46 | 104 |
| Binary | 10101111 | 11001101 | 10010000 | 1111 | 0 | 11110 | 10100 | 1011010 | 100110 | 1000100 |
Color Harmonies of #AFCD90
Complementary color
Monochromatic Colors of #AFCD90
Black with #AFCD90
Text Example
Text Example
White with #AFCD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD90; }
p { color: rgb(175,205,144); }
H1.HeaderClassName
{
color: #AFCD90;
}
.AnyTagClassName
{
color: #AFCD90;
}
</style>
background-color css
<style>
a { background-color: #AFCD90; }
a { background-color: rgb(175,205,144); }
div.DivClassName
{
background-color: #AFCD90;
}
.BgClassName
{
background-color: #AFCD90;
}
</style>
border-color css
<style>
span { border-color: #AFCD90; }
span { border-color: rgb(175,205,144); }
td.TdClassName
{
border-color: #AFCD90;
}
.TagClassName
{
border-color: #AFCD90;
}
</style>