Shades of Green Spring #AFB19C
Tints of Green Spring #AFB19C
RGB
CMYK
RGB Variations
Color information
#AFB19C (or 0xAFB19C) is known color: Green Spring. HEX triplet: AF, B1 and 9C. RGB value is (175,177,156). Sum of RGB (Red+Green+Blue) = 175+177+156=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB19C is #504E63. Grayscale: #AEAEAE. Windows color (decimal): -5262948 or 10269103. OLE color: 10269103.
HSL color Cylindrical-coordinate representation of color #AFB19C: hue angle of 65.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB19C is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 156 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.31 |
| HSL | 65.71º | 0.12% | 0.65% | - |
| HSV(B) | 65.71º | 0.12% | 0.69% | - |
| XYZ | 39.4 | 42.96 | 37.67 | - |
| YUV | 174.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 156 | 0.01 | 0 | 0.12 | 0.31 | 65.71 | 0.12 | 0.65 |
| Hex | AF | B1 | 9C | 1 | 0 | C | 1F | 42 | C | 41 |
| Octal | 257 | 261 | 234 | 1 | 0 | 14 | 37 | 102 | 14 | 101 |
| Binary | 10101111 | 10110001 | 10011100 | 1 | 0 | 1100 | 11111 | 1000010 | 1100 | 1000001 |
Color Harmonies of #AFB19C
Complementary color
Monochromatic Colors of #AFB19C
Black with #AFB19C
Text Example
Text Example
White with #AFB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB19C; }
p { color: rgb(175,177,156); }
H1.HeaderClassName
{
color: #AFB19C;
}
.AnyTagClassName
{
color: #AFB19C;
}
</style>
background-color css
<style>
a { background-color: #AFB19C; }
a { background-color: rgb(175,177,156); }
div.DivClassName
{
background-color: #AFB19C;
}
.BgClassName
{
background-color: #AFB19C;
}
</style>
border-color css
<style>
span { border-color: #AFB19C; }
span { border-color: rgb(175,177,156); }
td.TdClassName
{
border-color: #AFB19C;
}
.TagClassName
{
border-color: #AFB19C;
}
</style>