Shades of Shadow Green #A1BCB5
Tints of Shadow Green #A1BCB5
RGB
CMYK
RGB Variations
Color information
#A1BCB5 (or 0xA1BCB5) is known color: Shadow Green. HEX triplet: A1, BC and B5. RGB value is (161,188,181). Sum of RGB (Red+Green+Blue) = 161+188+181=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCB5 is #5E434A. Grayscale: #B3B3B3. Windows color (decimal): -6177611 or 11910305. OLE color: 11910305.
HSL color Cylindrical-coordinate representation of color #A1BCB5: hue angle of 164.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCB5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 181 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.26 |
| HSL | 164.44º | 0.17% | 0.68% | - |
| HSV(B) | 164.44º | 0.14% | 0.74% | - |
| XYZ | 41.02 | 46.88 | 50.6 | - |
| YUV | 179.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 181 | 0.14 | 0 | 0.04 | 0.26 | 164.44 | 0.17 | 0.68 |
| Hex | A1 | BC | B5 | E | 0 | 4 | 1A | A4 | 11 | 44 |
| Octal | 241 | 274 | 265 | 16 | 0 | 4 | 32 | 244 | 21 | 104 |
| Binary | 10100001 | 10111100 | 10110101 | 1110 | 0 | 100 | 11010 | 10100100 | 10001 | 1000100 |
Color Harmonies of #A1BCB5
Complementary color
Monochromatic Colors of #A1BCB5
Black with #A1BCB5
Text Example
Text Example
White with #A1BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCB5; }
p { color: rgb(161,188,181); }
H1.HeaderClassName
{
color: #A1BCB5;
}
.AnyTagClassName
{
color: #A1BCB5;
}
</style>
background-color css
<style>
a { background-color: #A1BCB5; }
a { background-color: rgb(161,188,181); }
div.DivClassName
{
background-color: #A1BCB5;
}
.BgClassName
{
background-color: #A1BCB5;
}
</style>
border-color css
<style>
span { border-color: #A1BCB5; }
span { border-color: rgb(161,188,181); }
td.TdClassName
{
border-color: #A1BCB5;
}
.TagClassName
{
border-color: #A1BCB5;
}
</style>