Shades of Sprout #AFCA95
Tints of Sprout #AFCA95
RGB
CMYK
RGB Variations
Color information
#AFCA95 (or 0xAFCA95) is known color: Sprout. HEX triplet: AF, CA and 95. RGB value is (175,202,149). Sum of RGB (Red+Green+Blue) = 175+202+149=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA95 is #50356A. Grayscale: #BCBCBC. Windows color (decimal): -5256555 or 9816751. OLE color: 9816751.
HSL color Cylindrical-coordinate representation of color #AFCA95: hue angle of 90.57º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCA95 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 149 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.21 |
| HSL | 90.57º | 0.33% | 0.69% | - |
| HSV(B) | 90.57º | 0.26% | 0.79% | - |
| XYZ | 44.22 | 53.52 | 36.43 | - |
| YUV | 187.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 149 | 0.13 | 0 | 0.26 | 0.21 | 90.57 | 0.33 | 0.69 |
| Hex | AF | CA | 95 | D | 0 | 1A | 15 | 5B | 21 | 45 |
| Octal | 257 | 312 | 225 | 15 | 0 | 32 | 25 | 133 | 41 | 105 |
| Binary | 10101111 | 11001010 | 10010101 | 1101 | 0 | 11010 | 10101 | 1011011 | 100001 | 1000101 |
Color Harmonies of #AFCA95
Complementary color
Monochromatic Colors of #AFCA95
Black with #AFCA95
Text Example
Text Example
White with #AFCA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA95; }
p { color: rgb(175,202,149); }
H1.HeaderClassName
{
color: #AFCA95;
}
.AnyTagClassName
{
color: #AFCA95;
}
</style>
background-color css
<style>
a { background-color: #AFCA95; }
a { background-color: rgb(175,202,149); }
div.DivClassName
{
background-color: #AFCA95;
}
.BgClassName
{
background-color: #AFCA95;
}
</style>
border-color css
<style>
span { border-color: #AFCA95; }
span { border-color: rgb(175,202,149); }
td.TdClassName
{
border-color: #AFCA95;
}
.TagClassName
{
border-color: #AFCA95;
}
</style>