Shades of Sprout #AFC09A
Tints of Sprout #AFC09A
RGB
CMYK
RGB Variations
Color information
#AFC09A (or 0xAFC09A) is known color: Sprout. HEX triplet: AF, C0 and 9A. RGB value is (175,192,154). Sum of RGB (Red+Green+Blue) = 175+192+154=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC09A is #503F65. Grayscale: #B6B6B6. Windows color (decimal): -5259110 or 10141871. OLE color: 10141871.
HSL color Cylindrical-coordinate representation of color #AFC09A: hue angle of 86.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC09A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 154 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.25 |
| HSL | 86.84º | 0.23% | 0.68% | - |
| HSV(B) | 86.84º | 0.2% | 0.75% | - |
| XYZ | 42.36 | 49.15 | 37.83 | - |
| YUV | 182.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 154 | 0.09 | 0 | 0.20 | 0.25 | 86.84 | 0.23 | 0.68 |
| Hex | AF | C0 | 9A | 9 | 0 | 14 | 19 | 57 | 17 | 44 |
| Octal | 257 | 300 | 232 | 11 | 0 | 24 | 31 | 127 | 27 | 104 |
| Binary | 10101111 | 11000000 | 10011010 | 1001 | 0 | 10100 | 11001 | 1010111 | 10111 | 1000100 |
Color Harmonies of #AFC09A
Complementary color
Monochromatic Colors of #AFC09A
Black with #AFC09A
Text Example
Text Example
White with #AFC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC09A; }
p { color: rgb(175,192,154); }
H1.HeaderClassName
{
color: #AFC09A;
}
.AnyTagClassName
{
color: #AFC09A;
}
</style>
background-color css
<style>
a { background-color: #AFC09A; }
a { background-color: rgb(175,192,154); }
div.DivClassName
{
background-color: #AFC09A;
}
.BgClassName
{
background-color: #AFC09A;
}
</style>
border-color css
<style>
span { border-color: #AFC09A; }
span { border-color: rgb(175,192,154); }
td.TdClassName
{
border-color: #AFC09A;
}
.TagClassName
{
border-color: #AFC09A;
}
</style>