Shades of Green Spring #AFB1A1
Tints of Green Spring #AFB1A1
RGB
CMYK
RGB Variations
Color information
#AFB1A1 (or 0xAFB1A1) is known color: Green Spring. HEX triplet: AF, B1 and A1. RGB value is (175,177,161). Sum of RGB (Red+Green+Blue) = 175+177+161=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A1 is #504E5E. Grayscale: #AEAEAE. Windows color (decimal): -5262943 or 10596783. OLE color: 10596783.
HSL color Cylindrical-coordinate representation of color #AFB1A1: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB1A1 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 161 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.31 |
| HSL | 67.5º | 0.09% | 0.66% | - |
| HSV(B) | 67.5º | 0.09% | 0.69% | - |
| XYZ | 39.83 | 43.13 | 39.94 | - |
| YUV | 174.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 161 | 0.01 | 0 | 0.09 | 0.31 | 67.5 | 0.09 | 0.66 |
| Hex | AF | B1 | A1 | 1 | 0 | 9 | 1F | 44 | 9 | 42 |
| Octal | 257 | 261 | 241 | 1 | 0 | 11 | 37 | 104 | 11 | 102 |
| Binary | 10101111 | 10110001 | 10100001 | 1 | 0 | 1001 | 11111 | 1000100 | 1001 | 1000010 |
Color Harmonies of #AFB1A1
Complementary color
Monochromatic Colors of #AFB1A1
Black with #AFB1A1
Text Example
Text Example
White with #AFB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1A1; }
p { color: rgb(175,177,161); }
H1.HeaderClassName
{
color: #AFB1A1;
}
.AnyTagClassName
{
color: #AFB1A1;
}
</style>
background-color css
<style>
a { background-color: #AFB1A1; }
a { background-color: rgb(175,177,161); }
div.DivClassName
{
background-color: #AFB1A1;
}
.BgClassName
{
background-color: #AFB1A1;
}
</style>
border-color css
<style>
span { border-color: #AFB1A1; }
span { border-color: rgb(175,177,161); }
td.TdClassName
{
border-color: #AFB1A1;
}
.TagClassName
{
border-color: #AFB1A1;
}
</style>