Shades of Sprout #AFC898
Tints of Sprout #AFC898
RGB
CMYK
RGB Variations
Color information
#AFC898 (or 0xAFC898) is known color: Sprout. HEX triplet: AF, C8 and 98. RGB value is (175,200,152). Sum of RGB (Red+Green+Blue) = 175+200+152=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC898 is #503767. Grayscale: #BBBBBB. Windows color (decimal): -5257064 or 10012847. OLE color: 10012847.
HSL color Cylindrical-coordinate representation of color #AFC898: hue angle of 91.25º 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 #AFC898 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 152 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.22 |
| HSL | 91.25º | 0.3% | 0.69% | - |
| HSV(B) | 91.25º | 0.24% | 0.78% | - |
| XYZ | 44 | 52.69 | 37.56 | - |
| YUV | 187.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 152 | 0.12 | 0 | 0.24 | 0.22 | 91.25 | 0.3 | 0.69 |
| Hex | AF | C8 | 98 | C | 0 | 18 | 16 | 5B | 1E | 45 |
| Octal | 257 | 310 | 230 | 14 | 0 | 30 | 26 | 133 | 36 | 105 |
| Binary | 10101111 | 11001000 | 10011000 | 1100 | 0 | 11000 | 10110 | 1011011 | 11110 | 1000101 |
Color Harmonies of #AFC898
Complementary color
Monochromatic Colors of #AFC898
Black with #AFC898
Text Example
Text Example
White with #AFC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC898; }
p { color: rgb(175,200,152); }
H1.HeaderClassName
{
color: #AFC898;
}
.AnyTagClassName
{
color: #AFC898;
}
</style>
background-color css
<style>
a { background-color: #AFC898; }
a { background-color: rgb(175,200,152); }
div.DivClassName
{
background-color: #AFC898;
}
.BgClassName
{
background-color: #AFC898;
}
</style>
border-color css
<style>
span { border-color: #AFC898; }
span { border-color: rgb(175,200,152); }
td.TdClassName
{
border-color: #AFC898;
}
.TagClassName
{
border-color: #AFC898;
}
</style>