Shades of Sprout #AFC69D
Tints of Sprout #AFC69D
RGB
CMYK
RGB Variations
Color information
#AFC69D (or 0xAFC69D) is known color: Sprout. HEX triplet: AF, C6 and 9D. RGB value is (175,198,157). Sum of RGB (Red+Green+Blue) = 175+198+157=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69D is #503962. Grayscale: #BABABA. Windows color (decimal): -5257571 or 10340015. OLE color: 10340015.
HSL color Cylindrical-coordinate representation of color #AFC69D: hue angle of 93.66º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC69D is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 157 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.22 |
| HSL | 93.66º | 0.26% | 0.7% | - |
| HSV(B) | 93.66º | 0.21% | 0.78% | - |
| XYZ | 43.96 | 51.94 | 39.61 | - |
| YUV | 186.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 157 | 0.12 | 0 | 0.21 | 0.22 | 93.66 | 0.26 | 0.7 |
| Hex | AF | C6 | 9D | C | 0 | 15 | 16 | 5E | 1A | 46 |
| Octal | 257 | 306 | 235 | 14 | 0 | 25 | 26 | 136 | 32 | 106 |
| Binary | 10101111 | 11000110 | 10011101 | 1100 | 0 | 10101 | 10110 | 1011110 | 11010 | 1000110 |
Color Harmonies of #AFC69D
Complementary color
Monochromatic Colors of #AFC69D
Black with #AFC69D
Text Example
Text Example
White with #AFC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC69D; }
p { color: rgb(175,198,157); }
H1.HeaderClassName
{
color: #AFC69D;
}
.AnyTagClassName
{
color: #AFC69D;
}
</style>
background-color css
<style>
a { background-color: #AFC69D; }
a { background-color: rgb(175,198,157); }
div.DivClassName
{
background-color: #AFC69D;
}
.BgClassName
{
background-color: #AFC69D;
}
</style>
border-color css
<style>
span { border-color: #AFC69D; }
span { border-color: rgb(175,198,157); }
td.TdClassName
{
border-color: #AFC69D;
}
.TagClassName
{
border-color: #AFC69D;
}
</style>