Shades of Shadow Green #A1BEB6
Tints of Shadow Green #A1BEB6
RGB
CMYK
RGB Variations
Color information
#A1BEB6 (or 0xA1BEB6) is known color: Shadow Green. HEX triplet: A1, BE and B6. RGB value is (161,190,182). Sum of RGB (Red+Green+Blue) = 161+190+182=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEB6 is #5E4149. Grayscale: #B4B4B4. Windows color (decimal): -6177098 or 11976353. OLE color: 11976353.
HSL color Cylindrical-coordinate representation of color #A1BEB6: hue angle of 163.45º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEB6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 182 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.25 |
| HSL | 163.45º | 0.18% | 0.69% | - |
| HSV(B) | 163.45º | 0.15% | 0.75% | - |
| XYZ | 41.55 | 47.78 | 51.29 | - |
| YUV | 180.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 182 | 0.15 | 0 | 0.04 | 0.25 | 163.45 | 0.18 | 0.69 |
| Hex | A1 | BE | B6 | F | 0 | 4 | 19 | A3 | 12 | 45 |
| Octal | 241 | 276 | 266 | 17 | 0 | 4 | 31 | 243 | 22 | 105 |
| Binary | 10100001 | 10111110 | 10110110 | 1111 | 0 | 100 | 11001 | 10100011 | 10010 | 1000101 |
Color Harmonies of #A1BEB6
Complementary color
Monochromatic Colors of #A1BEB6
Black with #A1BEB6
Text Example
Text Example
White with #A1BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEB6; }
p { color: rgb(161,190,182); }
H1.HeaderClassName
{
color: #A1BEB6;
}
.AnyTagClassName
{
color: #A1BEB6;
}
</style>
background-color css
<style>
a { background-color: #A1BEB6; }
a { background-color: rgb(161,190,182); }
div.DivClassName
{
background-color: #A1BEB6;
}
.BgClassName
{
background-color: #A1BEB6;
}
</style>
border-color css
<style>
span { border-color: #A1BEB6; }
span { border-color: rgb(161,190,182); }
td.TdClassName
{
border-color: #A1BEB6;
}
.TagClassName
{
border-color: #A1BEB6;
}
</style>