Shades of Shadow Green #A1BDB4
Tints of Shadow Green #A1BDB4
RGB
CMYK
RGB Variations
Color information
#A1BDB4 (or 0xA1BDB4) is known color: Shadow Green. HEX triplet: A1, BD and B4. RGB value is (161,189,180). Sum of RGB (Red+Green+Blue) = 161+189+180=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDB4 is #5E424B. Grayscale: #B3B3B3. Windows color (decimal): -6177356 or 11845025. OLE color: 11845025.
HSL color Cylindrical-coordinate representation of color #A1BDB4: hue angle of 160.71º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BDB4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 180 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.26 |
| HSL | 160.71º | 0.18% | 0.69% | - |
| HSV(B) | 160.71º | 0.15% | 0.74% | - |
| XYZ | 41.13 | 47.27 | 50.14 | - |
| YUV | 179.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 180 | 0.15 | 0 | 0.05 | 0.26 | 160.71 | 0.18 | 0.69 |
| Hex | A1 | BD | B4 | F | 0 | 5 | 1A | A1 | 12 | 45 |
| Octal | 241 | 275 | 264 | 17 | 0 | 5 | 32 | 241 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10110100 | 1111 | 0 | 101 | 11010 | 10100001 | 10010 | 1000101 |
Color Harmonies of #A1BDB4
Complementary color
Monochromatic Colors of #A1BDB4
Black with #A1BDB4
Text Example
Text Example
White with #A1BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDB4; }
p { color: rgb(161,189,180); }
H1.HeaderClassName
{
color: #A1BDB4;
}
.AnyTagClassName
{
color: #A1BDB4;
}
</style>
background-color css
<style>
a { background-color: #A1BDB4; }
a { background-color: rgb(161,189,180); }
div.DivClassName
{
background-color: #A1BDB4;
}
.BgClassName
{
background-color: #A1BDB4;
}
</style>
border-color css
<style>
span { border-color: #A1BDB4; }
span { border-color: rgb(161,189,180); }
td.TdClassName
{
border-color: #A1BDB4;
}
.TagClassName
{
border-color: #A1BDB4;
}
</style>