Shades of Green Spring #AFB1A0
Tints of Green Spring #AFB1A0
RGB
CMYK
RGB Variations
Color information
#AFB1A0 (or 0xAFB1A0) is known color: Green Spring. HEX triplet: AF, B1 and A0. RGB value is (175,177,160). Sum of RGB (Red+Green+Blue) = 175+177+160=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A0 is #504E5F. Grayscale: #AEAEAE. Windows color (decimal): -5262944 or 10531247. OLE color: 10531247.
HSL color Cylindrical-coordinate representation of color #AFB1A0: hue angle of 67.06º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB1A0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 160 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.31 |
| HSL | 67.06º | 0.1% | 0.66% | - |
| HSV(B) | 67.06º | 0.1% | 0.69% | - |
| XYZ | 39.75 | 43.1 | 39.48 | - |
| YUV | 174.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 160 | 0.01 | 0 | 0.10 | 0.31 | 67.06 | 0.1 | 0.66 |
| Hex | AF | B1 | A0 | 1 | 0 | A | 1F | 43 | A | 42 |
| Octal | 257 | 261 | 240 | 1 | 0 | 12 | 37 | 103 | 12 | 102 |
| Binary | 10101111 | 10110001 | 10100000 | 1 | 0 | 1010 | 11111 | 1000011 | 1010 | 1000010 |
Color Harmonies of #AFB1A0
Complementary color
Monochromatic Colors of #AFB1A0
Black with #AFB1A0
Text Example
Text Example
White with #AFB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1A0; }
p { color: rgb(175,177,160); }
H1.HeaderClassName
{
color: #AFB1A0;
}
.AnyTagClassName
{
color: #AFB1A0;
}
</style>
background-color css
<style>
a { background-color: #AFB1A0; }
a { background-color: rgb(175,177,160); }
div.DivClassName
{
background-color: #AFB1A0;
}
.BgClassName
{
background-color: #AFB1A0;
}
</style>
border-color css
<style>
span { border-color: #AFB1A0; }
span { border-color: rgb(175,177,160); }
td.TdClassName
{
border-color: #AFB1A0;
}
.TagClassName
{
border-color: #AFB1A0;
}
</style>