Shades of Shadow Green #A1BFB5
Tints of Shadow Green #A1BFB5
RGB
CMYK
RGB Variations
Color information
#A1BFB5 (or 0xA1BFB5) is known color: Shadow Green. HEX triplet: A1, BF and B5. RGB value is (161,191,181). Sum of RGB (Red+Green+Blue) = 161+191+181=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFB5 is #5E404A. Grayscale: #B4B4B4. Windows color (decimal): -6176843 or 11911073. OLE color: 11911073.
HSL color Cylindrical-coordinate representation of color #A1BFB5: hue angle of 160º 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 #A1BFB5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 181 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.25 |
| HSL | 160º | 0.19% | 0.69% | - |
| HSV(B) | 160º | 0.16% | 0.75% | - |
| XYZ | 41.67 | 48.17 | 50.82 | - |
| YUV | 180.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 181 | 0.16 | 0 | 0.05 | 0.25 | 160 | 0.19 | 0.69 |
| Hex | A1 | BF | B5 | 10 | 0 | 5 | 19 | A0 | 13 | 45 |
| Octal | 241 | 277 | 265 | 20 | 0 | 5 | 31 | 240 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10110101 | 10000 | 0 | 101 | 11001 | 10100000 | 10011 | 1000101 |
Color Harmonies of #A1BFB5
Complementary color
Monochromatic Colors of #A1BFB5
Black with #A1BFB5
Text Example
Text Example
White with #A1BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFB5; }
p { color: rgb(161,191,181); }
H1.HeaderClassName
{
color: #A1BFB5;
}
.AnyTagClassName
{
color: #A1BFB5;
}
</style>
background-color css
<style>
a { background-color: #A1BFB5; }
a { background-color: rgb(161,191,181); }
div.DivClassName
{
background-color: #A1BFB5;
}
.BgClassName
{
background-color: #A1BFB5;
}
</style>
border-color css
<style>
span { border-color: #A1BFB5; }
span { border-color: rgb(161,191,181); }
td.TdClassName
{
border-color: #A1BFB5;
}
.TagClassName
{
border-color: #A1BFB5;
}
</style>