Shades of Shadow Green #9FC1B3
Tints of Shadow Green #9FC1B3
RGB
CMYK
RGB Variations
Color information
#9FC1B3 (or 0x9FC1B3) is known color: Shadow Green. HEX triplet: 9F, C1 and B3. RGB value is (159,193,179). Sum of RGB (Red+Green+Blue) = 159+193+179=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1B3 is #603E4C. Grayscale: #B5B5B5. Windows color (decimal): -6307405 or 11780511. OLE color: 11780511.
HSL color Cylindrical-coordinate representation of color #9FC1B3: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC1B3 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 179 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.24 |
| HSL | 155.29º | 0.22% | 0.69% | - |
| HSV(B) | 155.29º | 0.18% | 0.76% | - |
| XYZ | 41.5 | 48.77 | 49.87 | - |
| YUV | 181.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 179 | 0.18 | 0 | 0.07 | 0.24 | 155.29 | 0.22 | 0.69 |
| Hex | 9F | C1 | B3 | 12 | 0 | 7 | 18 | 9B | 16 | 45 |
| Octal | 237 | 301 | 263 | 22 | 0 | 7 | 30 | 233 | 26 | 105 |
| Binary | 10011111 | 11000001 | 10110011 | 10010 | 0 | 111 | 11000 | 10011011 | 10110 | 1000101 |
Color Harmonies of #9FC1B3
Complementary color
Monochromatic Colors of #9FC1B3
Black with #9FC1B3
Text Example
Text Example
White with #9FC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC1B3; }
p { color: rgb(159,193,179); }
H1.HeaderClassName
{
color: #9FC1B3;
}
.AnyTagClassName
{
color: #9FC1B3;
}
</style>
background-color css
<style>
a { background-color: #9FC1B3; }
a { background-color: rgb(159,193,179); }
div.DivClassName
{
background-color: #9FC1B3;
}
.BgClassName
{
background-color: #9FC1B3;
}
</style>
border-color css
<style>
span { border-color: #9FC1B3; }
span { border-color: rgb(159,193,179); }
td.TdClassName
{
border-color: #9FC1B3;
}
.TagClassName
{
border-color: #9FC1B3;
}
</style>