Shades of Shadow Green #A1BFB9
Tints of Shadow Green #A1BFB9
RGB
CMYK
RGB Variations
Color information
#A1BFB9 (or 0xA1BFB9) is known color: Shadow Green. HEX triplet: A1, BF and B9. RGB value is (161,191,185). Sum of RGB (Red+Green+Blue) = 161+191+185=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFB9 is #5E4046. Grayscale: #B5B5B5. Windows color (decimal): -6176839 or 12173217. OLE color: 12173217.
HSL color Cylindrical-coordinate representation of color #A1BFB9: hue angle of 168º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFB9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 185 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.25 |
| HSL | 168º | 0.19% | 0.69% | - |
| HSV(B) | 168º | 0.16% | 0.75% | - |
| XYZ | 42.09 | 48.34 | 53.01 | - |
| YUV | 181.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 185 | 0.16 | 0 | 0.03 | 0.25 | 168 | 0.19 | 0.69 |
| Hex | A1 | BF | B9 | 10 | 0 | 3 | 19 | A8 | 13 | 45 |
| Octal | 241 | 277 | 271 | 20 | 0 | 3 | 31 | 250 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10111001 | 10000 | 0 | 11 | 11001 | 10101000 | 10011 | 1000101 |
Color Harmonies of #A1BFB9
Complementary color
Monochromatic Colors of #A1BFB9
Black with #A1BFB9
Text Example
Text Example
White with #A1BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFB9; }
p { color: rgb(161,191,185); }
H1.HeaderClassName
{
color: #A1BFB9;
}
.AnyTagClassName
{
color: #A1BFB9;
}
</style>
background-color css
<style>
a { background-color: #A1BFB9; }
a { background-color: rgb(161,191,185); }
div.DivClassName
{
background-color: #A1BFB9;
}
.BgClassName
{
background-color: #A1BFB9;
}
</style>
border-color css
<style>
span { border-color: #A1BFB9; }
span { border-color: rgb(161,191,185); }
td.TdClassName
{
border-color: #A1BFB9;
}
.TagClassName
{
border-color: #A1BFB9;
}
</style>