Shades of Shadow Green #94C7C0
Tints of Shadow Green #94C7C0
RGB
CMYK
RGB Variations
Color information
#94C7C0 (or 0x94C7C0) is known color: Shadow Green. HEX triplet: 94, C7 and C0. RGB value is (148,199,192). Sum of RGB (Red+Green+Blue) = 148+199+192=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #94C7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C7C0 is #6B383F. Grayscale: #B6B6B6. Windows color (decimal): -7026752 or 12634004. OLE color: 12634004.
HSL color Cylindrical-coordinate representation of color #94C7C0: hue angle of 171.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C7C0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 192 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.22 |
| HSL | 171.76º | 0.31% | 0.68% | - |
| HSV(B) | 171.76º | 0.26% | 0.78% | - |
| XYZ | 42.15 | 50.95 | 57.48 | - |
| YUV | 182.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 192 | 0.26 | 0 | 0.04 | 0.22 | 171.76 | 0.31 | 0.68 |
| Hex | 94 | C7 | C0 | 1A | 0 | 4 | 16 | AC | 1F | 44 |
| Octal | 224 | 307 | 300 | 32 | 0 | 4 | 26 | 254 | 37 | 104 |
| Binary | 10010100 | 11000111 | 11000000 | 11010 | 0 | 100 | 10110 | 10101100 | 11111 | 1000100 |
Color Harmonies of #94C7C0
Complementary color
Monochromatic Colors of #94C7C0
Black with #94C7C0
Text Example
Text Example
White with #94C7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C7C0; }
p { color: rgb(148,199,192); }
H1.HeaderClassName
{
color: #94C7C0;
}
.AnyTagClassName
{
color: #94C7C0;
}
</style>
background-color css
<style>
a { background-color: #94C7C0; }
a { background-color: rgb(148,199,192); }
div.DivClassName
{
background-color: #94C7C0;
}
.BgClassName
{
background-color: #94C7C0;
}
</style>
border-color css
<style>
span { border-color: #94C7C0; }
span { border-color: rgb(148,199,192); }
td.TdClassName
{
border-color: #94C7C0;
}
.TagClassName
{
border-color: #94C7C0;
}
</style>