Shades of Sprout #AFC798
Tints of Sprout #AFC798
RGB
CMYK
RGB Variations
Color information
#AFC798 (or 0xAFC798) is known color: Sprout. HEX triplet: AF, C7 and 98. RGB value is (175,199,152). Sum of RGB (Red+Green+Blue) = 175+199+152=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC798 is #503867. Grayscale: #BABABA. Windows color (decimal): -5257320 or 10012591. OLE color: 10012591.
HSL color Cylindrical-coordinate representation of color #AFC798: hue angle of 90.64º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC798 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 152 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.22 |
| HSL | 90.64º | 0.3% | 0.69% | - |
| HSV(B) | 90.64º | 0.24% | 0.78% | - |
| XYZ | 43.77 | 52.23 | 37.48 | - |
| YUV | 186.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 152 | 0.12 | 0 | 0.24 | 0.22 | 90.64 | 0.3 | 0.69 |
| Hex | AF | C7 | 98 | C | 0 | 18 | 16 | 5B | 1E | 45 |
| Octal | 257 | 307 | 230 | 14 | 0 | 30 | 26 | 133 | 36 | 105 |
| Binary | 10101111 | 11000111 | 10011000 | 1100 | 0 | 11000 | 10110 | 1011011 | 11110 | 1000101 |
Color Harmonies of #AFC798
Complementary color
Monochromatic Colors of #AFC798
Black with #AFC798
Text Example
Text Example
White with #AFC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC798; }
p { color: rgb(175,199,152); }
H1.HeaderClassName
{
color: #AFC798;
}
.AnyTagClassName
{
color: #AFC798;
}
</style>
background-color css
<style>
a { background-color: #AFC798; }
a { background-color: rgb(175,199,152); }
div.DivClassName
{
background-color: #AFC798;
}
.BgClassName
{
background-color: #AFC798;
}
</style>
border-color css
<style>
span { border-color: #AFC798; }
span { border-color: rgb(175,199,152); }
td.TdClassName
{
border-color: #AFC798;
}
.TagClassName
{
border-color: #AFC798;
}
</style>