Shades of Sprout #AFC59A
Tints of Sprout #AFC59A
RGB
CMYK
RGB Variations
Color information
#AFC59A (or 0xAFC59A) is known color: Sprout. HEX triplet: AF, C5 and 9A. RGB value is (175,197,154). Sum of RGB (Red+Green+Blue) = 175+197+154=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59A is #503A65. Grayscale: #B9B9B9. Windows color (decimal): -5257830 or 10143151. OLE color: 10143151.
HSL color Cylindrical-coordinate representation of color #AFC59A: hue angle of 90.7º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC59A is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 154 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.23 |
| HSL | 90.7º | 0.27% | 0.69% | - |
| HSV(B) | 90.7º | 0.22% | 0.77% | - |
| XYZ | 43.48 | 51.38 | 38.2 | - |
| YUV | 185.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 154 | 0.11 | 0 | 0.22 | 0.23 | 90.7 | 0.27 | 0.69 |
| Hex | AF | C5 | 9A | B | 0 | 16 | 17 | 5B | 1B | 45 |
| Octal | 257 | 305 | 232 | 13 | 0 | 26 | 27 | 133 | 33 | 105 |
| Binary | 10101111 | 11000101 | 10011010 | 1011 | 0 | 10110 | 10111 | 1011011 | 11011 | 1000101 |
Color Harmonies of #AFC59A
Complementary color
Monochromatic Colors of #AFC59A
Black with #AFC59A
Text Example
Text Example
White with #AFC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC59A; }
p { color: rgb(175,197,154); }
H1.HeaderClassName
{
color: #AFC59A;
}
.AnyTagClassName
{
color: #AFC59A;
}
</style>
background-color css
<style>
a { background-color: #AFC59A; }
a { background-color: rgb(175,197,154); }
div.DivClassName
{
background-color: #AFC59A;
}
.BgClassName
{
background-color: #AFC59A;
}
</style>
border-color css
<style>
span { border-color: #AFC59A; }
span { border-color: rgb(175,197,154); }
td.TdClassName
{
border-color: #AFC59A;
}
.TagClassName
{
border-color: #AFC59A;
}
</style>