Shades of Sprout #AFCF90
Tints of Sprout #AFCF90
RGB
CMYK
RGB Variations
Color information
#AFCF90 (or 0xAFCF90) is known color: Sprout. HEX triplet: AF, CF and 90. RGB value is (175,207,144). Sum of RGB (Red+Green+Blue) = 175+207+144=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF90 is #50306F. Grayscale: #BEBEBE. Windows color (decimal): -5255280 or 9490351. OLE color: 9490351.
HSL color Cylindrical-coordinate representation of color #AFCF90: hue angle of 90.48º degrees, saturation: 0.4, 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 #AFCF90 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 144 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.19 |
| HSL | 90.48º | 0.4% | 0.69% | - |
| HSV(B) | 90.48º | 0.3% | 0.81% | - |
| XYZ | 45.03 | 55.75 | 34.77 | - |
| YUV | 190.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 144 | 0.15 | 0 | 0.30 | 0.19 | 90.48 | 0.4 | 0.69 |
| Hex | AF | CF | 90 | F | 0 | 1E | 13 | 5A | 28 | 45 |
| Octal | 257 | 317 | 220 | 17 | 0 | 36 | 23 | 132 | 50 | 105 |
| Binary | 10101111 | 11001111 | 10010000 | 1111 | 0 | 11110 | 10011 | 1011010 | 101000 | 1000101 |
Color Harmonies of #AFCF90
Complementary color
Monochromatic Colors of #AFCF90
Black with #AFCF90
Text Example
Text Example
White with #AFCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF90; }
p { color: rgb(175,207,144); }
H1.HeaderClassName
{
color: #AFCF90;
}
.AnyTagClassName
{
color: #AFCF90;
}
</style>
background-color css
<style>
a { background-color: #AFCF90; }
a { background-color: rgb(175,207,144); }
div.DivClassName
{
background-color: #AFCF90;
}
.BgClassName
{
background-color: #AFCF90;
}
</style>
border-color css
<style>
span { border-color: #AFCF90; }
span { border-color: rgb(175,207,144); }
td.TdClassName
{
border-color: #AFCF90;
}
.TagClassName
{
border-color: #AFCF90;
}
</style>