Shades of Shadow Green #9CCABF
Tints of Shadow Green #9CCABF
RGB
CMYK
RGB Variations
Color information
#9CCABF (or 0x9CCABF) is known color: Shadow Green. HEX triplet: 9C, CA and BF. RGB value is (156,202,191). Sum of RGB (Red+Green+Blue) = 156+202+191=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCABF is #633540. Grayscale: #BABABA. Windows color (decimal): -6501697 or 12569244. OLE color: 12569244.
HSL color Cylindrical-coordinate representation of color #9CCABF: hue angle of 165.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCABF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 191 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.21 |
| HSL | 165.65º | 0.3% | 0.7% | - |
| HSV(B) | 165.65º | 0.23% | 0.79% | - |
| XYZ | 44.23 | 53.07 | 57.2 | - |
| YUV | 186.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 191 | 0.23 | 0 | 0.05 | 0.21 | 165.65 | 0.3 | 0.7 |
| Hex | 9C | CA | BF | 17 | 0 | 5 | 15 | A6 | 1E | 46 |
| Octal | 234 | 312 | 277 | 27 | 0 | 5 | 25 | 246 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10111111 | 10111 | 0 | 101 | 10101 | 10100110 | 11110 | 1000110 |
Color Harmonies of #9CCABF
Complementary color
Monochromatic Colors of #9CCABF
Black with #9CCABF
Text Example
Text Example
White with #9CCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCABF; }
p { color: rgb(156,202,191); }
H1.HeaderClassName
{
color: #9CCABF;
}
.AnyTagClassName
{
color: #9CCABF;
}
</style>
background-color css
<style>
a { background-color: #9CCABF; }
a { background-color: rgb(156,202,191); }
div.DivClassName
{
background-color: #9CCABF;
}
.BgClassName
{
background-color: #9CCABF;
}
</style>
border-color css
<style>
span { border-color: #9CCABF; }
span { border-color: rgb(156,202,191); }
td.TdClassName
{
border-color: #9CCABF;
}
.TagClassName
{
border-color: #9CCABF;
}
</style>