Shades of Green Spring #AFBA9B
Tints of Green Spring #AFBA9B
RGB
CMYK
RGB Variations
Color information
#AFBA9B (or 0xAFBA9B) is known color: Green Spring. HEX triplet: AF, BA and 9B. RGB value is (175,186,155). Sum of RGB (Red+Green+Blue) = 175+186+155=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA9B is #504564. Grayscale: #B3B3B3. Windows color (decimal): -5260645 or 10205871. OLE color: 10205871.
HSL color Cylindrical-coordinate representation of color #AFBA9B: hue angle of 81.29º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBA9B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 155 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.27 |
| HSL | 81.29º | 0.18% | 0.67% | - |
| HSV(B) | 81.29º | 0.17% | 0.73% | - |
| XYZ | 41.15 | 46.6 | 37.84 | - |
| YUV | 179.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 155 | 0.06 | 0 | 0.17 | 0.27 | 81.29 | 0.18 | 0.67 |
| Hex | AF | BA | 9B | 6 | 0 | 11 | 1B | 51 | 12 | 43 |
| Octal | 257 | 272 | 233 | 6 | 0 | 21 | 33 | 121 | 22 | 103 |
| Binary | 10101111 | 10111010 | 10011011 | 110 | 0 | 10001 | 11011 | 1010001 | 10010 | 1000011 |
Color Harmonies of #AFBA9B
Complementary color
Monochromatic Colors of #AFBA9B
Black with #AFBA9B
Text Example
Text Example
White with #AFBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA9B; }
p { color: rgb(175,186,155); }
H1.HeaderClassName
{
color: #AFBA9B;
}
.AnyTagClassName
{
color: #AFBA9B;
}
</style>
background-color css
<style>
a { background-color: #AFBA9B; }
a { background-color: rgb(175,186,155); }
div.DivClassName
{
background-color: #AFBA9B;
}
.BgClassName
{
background-color: #AFBA9B;
}
</style>
border-color css
<style>
span { border-color: #AFBA9B; }
span { border-color: rgb(175,186,155); }
td.TdClassName
{
border-color: #AFBA9B;
}
.TagClassName
{
border-color: #AFBA9B;
}
</style>