Shades of Shadow Green #A1BEB4
Tints of Shadow Green #A1BEB4
RGB
CMYK
RGB Variations
Color information
#A1BEB4 (or 0xA1BEB4) is known color: Shadow Green. HEX triplet: A1, BE and B4. RGB value is (161,190,180). Sum of RGB (Red+Green+Blue) = 161+190+180=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEB4 is #5E414B. Grayscale: #B4B4B4. Windows color (decimal): -6177100 or 11845281. OLE color: 11845281.
HSL color Cylindrical-coordinate representation of color #A1BEB4: hue angle of 159.31º 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 #A1BEB4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 180 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.25 |
| HSL | 159.31º | 0.18% | 0.69% | - |
| HSV(B) | 159.31º | 0.15% | 0.75% | - |
| XYZ | 41.35 | 47.7 | 50.21 | - |
| YUV | 180.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 180 | 0.15 | 0 | 0.05 | 0.25 | 159.31 | 0.18 | 0.69 |
| Hex | A1 | BE | B4 | F | 0 | 5 | 19 | 9F | 12 | 45 |
| Octal | 241 | 276 | 264 | 17 | 0 | 5 | 31 | 237 | 22 | 105 |
| Binary | 10100001 | 10111110 | 10110100 | 1111 | 0 | 101 | 11001 | 10011111 | 10010 | 1000101 |
Color Harmonies of #A1BEB4
Complementary color
Monochromatic Colors of #A1BEB4
Black with #A1BEB4
Text Example
Text Example
White with #A1BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEB4; }
p { color: rgb(161,190,180); }
H1.HeaderClassName
{
color: #A1BEB4;
}
.AnyTagClassName
{
color: #A1BEB4;
}
</style>
background-color css
<style>
a { background-color: #A1BEB4; }
a { background-color: rgb(161,190,180); }
div.DivClassName
{
background-color: #A1BEB4;
}
.BgClassName
{
background-color: #A1BEB4;
}
</style>
border-color css
<style>
span { border-color: #A1BEB4; }
span { border-color: rgb(161,190,180); }
td.TdClassName
{
border-color: #A1BEB4;
}
.TagClassName
{
border-color: #A1BEB4;
}
</style>