Shades of Shadow Green #A1BEB7
Tints of Shadow Green #A1BEB7
RGB
CMYK
RGB Variations
Color information
#A1BEB7 (or 0xA1BEB7) is known color: Shadow Green. HEX triplet: A1, BE and B7. RGB value is (161,190,183). Sum of RGB (Red+Green+Blue) = 161+190+183=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEB7 is #5E4148. Grayscale: #B4B4B4. Windows color (decimal): -6177097 or 12041889. OLE color: 12041889.
HSL color Cylindrical-coordinate representation of color #A1BEB7: hue angle of 165.52º 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 #A1BEB7 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 183 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.25 |
| HSL | 165.52º | 0.18% | 0.69% | - |
| HSV(B) | 165.52º | 0.15% | 0.75% | - |
| XYZ | 41.66 | 47.82 | 51.83 | - |
| YUV | 180.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 183 | 0.15 | 0 | 0.04 | 0.25 | 165.52 | 0.18 | 0.69 |
| Hex | A1 | BE | B7 | F | 0 | 4 | 19 | A6 | 12 | 45 |
| Octal | 241 | 276 | 267 | 17 | 0 | 4 | 31 | 246 | 22 | 105 |
| Binary | 10100001 | 10111110 | 10110111 | 1111 | 0 | 100 | 11001 | 10100110 | 10010 | 1000101 |
Color Harmonies of #A1BEB7
Complementary color
Monochromatic Colors of #A1BEB7
Black with #A1BEB7
Text Example
Text Example
White with #A1BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEB7; }
p { color: rgb(161,190,183); }
H1.HeaderClassName
{
color: #A1BEB7;
}
.AnyTagClassName
{
color: #A1BEB7;
}
</style>
background-color css
<style>
a { background-color: #A1BEB7; }
a { background-color: rgb(161,190,183); }
div.DivClassName
{
background-color: #A1BEB7;
}
.BgClassName
{
background-color: #A1BEB7;
}
</style>
border-color css
<style>
span { border-color: #A1BEB7; }
span { border-color: rgb(161,190,183); }
td.TdClassName
{
border-color: #A1BEB7;
}
.TagClassName
{
border-color: #A1BEB7;
}
</style>