Shades of Shadow Green #A1BFB4
Tints of Shadow Green #A1BFB4
RGB
CMYK
RGB Variations
Color information
#A1BFB4 (or 0xA1BFB4) is known color: Shadow Green. HEX triplet: A1, BF and B4. RGB value is (161,191,180). Sum of RGB (Red+Green+Blue) = 161+191+180=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFB4 is #5E404B. Grayscale: #B4B4B4. Windows color (decimal): -6176844 or 11845537. OLE color: 11845537.
HSL color Cylindrical-coordinate representation of color #A1BFB4: hue angle of 158º 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 #A1BFB4 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 180 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.25 |
| HSL | 158º | 0.19% | 0.69% | - |
| HSV(B) | 158º | 0.16% | 0.75% | - |
| XYZ | 41.57 | 48.13 | 50.28 | - |
| YUV | 180.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 180 | 0.16 | 0 | 0.06 | 0.25 | 158 | 0.19 | 0.69 |
| Hex | A1 | BF | B4 | 10 | 0 | 6 | 19 | 9E | 13 | 45 |
| Octal | 241 | 277 | 264 | 20 | 0 | 6 | 31 | 236 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10110100 | 10000 | 0 | 110 | 11001 | 10011110 | 10011 | 1000101 |
Color Harmonies of #A1BFB4
Complementary color
Monochromatic Colors of #A1BFB4
Black with #A1BFB4
Text Example
Text Example
White with #A1BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFB4; }
p { color: rgb(161,191,180); }
H1.HeaderClassName
{
color: #A1BFB4;
}
.AnyTagClassName
{
color: #A1BFB4;
}
</style>
background-color css
<style>
a { background-color: #A1BFB4; }
a { background-color: rgb(161,191,180); }
div.DivClassName
{
background-color: #A1BFB4;
}
.BgClassName
{
background-color: #A1BFB4;
}
</style>
border-color css
<style>
span { border-color: #A1BFB4; }
span { border-color: rgb(161,191,180); }
td.TdClassName
{
border-color: #A1BFB4;
}
.TagClassName
{
border-color: #A1BFB4;
}
</style>