Shades of Sprout #AFC39B
Tints of Sprout #AFC39B
RGB
CMYK
RGB Variations
Color information
#AFC39B (or 0xAFC39B) is known color: Sprout. HEX triplet: AF, C3 and 9B. RGB value is (175,195,155). Sum of RGB (Red+Green+Blue) = 175+195+155=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39B is #503C64. Grayscale: #B8B8B8. Windows color (decimal): -5258341 or 10208175. OLE color: 10208175.
HSL color Cylindrical-coordinate representation of color #AFC39B: hue angle of 90º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC39B is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 195 | 155 | - |
CMYK | 0.10 | 0 | 0.21 | 0.24 |
HSL | 90º | 0.25% | 0.69% | - |
HSV(B) | 90º | 0.21% | 0.76% | - |
XYZ | 43.11 | 50.51 | 38.49 | - |
YUV | 184.46 | 111.37 | 121.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 195 | 155 | 0.10 | 0 | 0.21 | 0.24 | 90 | 0.25 | 0.69 |
Hex | AF | C3 | 9B | A | 0 | 15 | 18 | 5A | 19 | 45 |
Octal | 257 | 303 | 233 | 12 | 0 | 25 | 30 | 132 | 31 | 105 |
Binary | 10101111 | 11000011 | 10011011 | 1010 | 0 | 10101 | 11000 | 1011010 | 11001 | 1000101 |
Color Harmonies of #AFC39B
Complementary color
Monochromatic Colors of #AFC39B
Black with #AFC39B
Text Example
Text Example
White with #AFC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC39B; }
p { color: rgb(175,195,155); }
H1.HeaderClassName
{
color: #AFC39B;
}
.AnyTagClassName
{
color: #AFC39B;
}
</style>
background-color css
<style>
a { background-color: #AFC39B; }
a { background-color: rgb(175,195,155); }
div.DivClassName
{
background-color: #AFC39B;
}
.BgClassName
{
background-color: #AFC39B;
}
</style>
border-color css
<style>
span { border-color: #AFC39B; }
span { border-color: rgb(175,195,155); }
td.TdClassName
{
border-color: #AFC39B;
}
.TagClassName
{
border-color: #AFC39B;
}
</style>