Shades of Shadow Green #A1BEB5
Tints of Shadow Green #A1BEB5
RGB
CMYK
RGB Variations
Color information
#A1BEB5 (or 0xA1BEB5) is known color: Shadow Green. HEX triplet: A1, BE and B5. RGB value is (161,190,181). Sum of RGB (Red+Green+Blue) = 161+190+181=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEB5 is #5E414A. Grayscale: #B4B4B4. Windows color (decimal): -6177099 or 11910817. OLE color: 11910817.
HSL color Cylindrical-coordinate representation of color #A1BEB5: hue angle of 161.38º 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 #A1BEB5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 161 | 190 | 181 | - |
CMYK | 0.15 | 0 | 0.05 | 0.25 |
HSL | 161.38º | 0.18% | 0.69% | - |
HSV(B) | 161.38º | 0.15% | 0.75% | - |
XYZ | 41.45 | 47.74 | 50.75 | - |
YUV | 180.3 | 128.39 | 114.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 190 | 181 | 0.15 | 0 | 0.05 | 0.25 | 161.38 | 0.18 | 0.69 |
Hex | A1 | BE | B5 | F | 0 | 5 | 19 | A1 | 12 | 45 |
Octal | 241 | 276 | 265 | 17 | 0 | 5 | 31 | 241 | 22 | 105 |
Binary | 10100001 | 10111110 | 10110101 | 1111 | 0 | 101 | 11001 | 10100001 | 10010 | 1000101 |
Color Harmonies of #A1BEB5
Complementary color
Monochromatic Colors of #A1BEB5
Black with #A1BEB5
Text Example
Text Example
White with #A1BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEB5; }
p { color: rgb(161,190,181); }
H1.HeaderClassName
{
color: #A1BEB5;
}
.AnyTagClassName
{
color: #A1BEB5;
}
</style>
background-color css
<style>
a { background-color: #A1BEB5; }
a { background-color: rgb(161,190,181); }
div.DivClassName
{
background-color: #A1BEB5;
}
.BgClassName
{
background-color: #A1BEB5;
}
</style>
border-color css
<style>
span { border-color: #A1BEB5; }
span { border-color: rgb(161,190,181); }
td.TdClassName
{
border-color: #A1BEB5;
}
.TagClassName
{
border-color: #A1BEB5;
}
</style>