Shades of Green Spring #AFBB9A
Tints of Green Spring #AFBB9A
RGB
CMYK
RGB Variations
Color information
#AFBB9A (or 0xAFBB9A) is known color: Green Spring. HEX triplet: AF, BB and 9A. RGB value is (175,187,154). Sum of RGB (Red+Green+Blue) = 175+187+154=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB9A is #504465. Grayscale: #B3B3B3. Windows color (decimal): -5260390 or 10140591. OLE color: 10140591.
HSL color Cylindrical-coordinate representation of color #AFBB9A: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFBB9A is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 154 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.27 |
| HSL | 81.82º | 0.2% | 0.67% | - |
| HSV(B) | 81.82º | 0.18% | 0.73% | - |
| XYZ | 41.28 | 46.99 | 37.47 | - |
| YUV | 179.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 154 | 0.06 | 0 | 0.18 | 0.27 | 81.82 | 0.2 | 0.67 |
| Hex | AF | BB | 9A | 6 | 0 | 12 | 1B | 52 | 14 | 43 |
| Octal | 257 | 273 | 232 | 6 | 0 | 22 | 33 | 122 | 24 | 103 |
| Binary | 10101111 | 10111011 | 10011010 | 110 | 0 | 10010 | 11011 | 1010010 | 10100 | 1000011 |
Color Harmonies of #AFBB9A
Complementary color
Monochromatic Colors of #AFBB9A
Black with #AFBB9A
Text Example
Text Example
White with #AFBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB9A; }
p { color: rgb(175,187,154); }
H1.HeaderClassName
{
color: #AFBB9A;
}
.AnyTagClassName
{
color: #AFBB9A;
}
</style>
background-color css
<style>
a { background-color: #AFBB9A; }
a { background-color: rgb(175,187,154); }
div.DivClassName
{
background-color: #AFBB9A;
}
.BgClassName
{
background-color: #AFBB9A;
}
</style>
border-color css
<style>
span { border-color: #AFBB9A; }
span { border-color: rgb(175,187,154); }
td.TdClassName
{
border-color: #AFBB9A;
}
.TagClassName
{
border-color: #AFBB9A;
}
</style>