Shades of Green Spring #AFB1A6
Tints of Green Spring #AFB1A6
RGB
CMYK
RGB Variations
Color information
#AFB1A6 (or 0xAFB1A6) is known color: Green Spring. HEX triplet: AF, B1 and A6. RGB value is (175,177,166). Sum of RGB (Red+Green+Blue) = 175+177+166=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A6 is #504E59. Grayscale: #AFAFAF. Windows color (decimal): -5262938 or 10924463. OLE color: 10924463.
HSL color Cylindrical-coordinate representation of color #AFB1A6: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB1A6 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 166 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.31 |
| HSL | 70.91º | 0.07% | 0.67% | - |
| HSV(B) | 70.91º | 0.06% | 0.69% | - |
| XYZ | 40.28 | 43.31 | 42.31 | - |
| YUV | 175.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 166 | 0.01 | 0 | 0.06 | 0.31 | 70.91 | 0.07 | 0.67 |
| Hex | AF | B1 | A6 | 1 | 0 | 6 | 1F | 47 | 7 | 43 |
| Octal | 257 | 261 | 246 | 1 | 0 | 6 | 37 | 107 | 7 | 103 |
| Binary | 10101111 | 10110001 | 10100110 | 1 | 0 | 110 | 11111 | 1000111 | 111 | 1000011 |
Color Harmonies of #AFB1A6
Complementary color
Monochromatic Colors of #AFB1A6
Black with #AFB1A6
Text Example
Text Example
White with #AFB1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1A6; }
p { color: rgb(175,177,166); }
H1.HeaderClassName
{
color: #AFB1A6;
}
.AnyTagClassName
{
color: #AFB1A6;
}
</style>
background-color css
<style>
a { background-color: #AFB1A6; }
a { background-color: rgb(175,177,166); }
div.DivClassName
{
background-color: #AFB1A6;
}
.BgClassName
{
background-color: #AFB1A6;
}
</style>
border-color css
<style>
span { border-color: #AFB1A6; }
span { border-color: rgb(175,177,166); }
td.TdClassName
{
border-color: #AFB1A6;
}
.TagClassName
{
border-color: #AFB1A6;
}
</style>