Shades of Shadow Green #94C4B0
Tints of Shadow Green #94C4B0
RGB
CMYK
RGB Variations
Color information
#94C4B0 (or 0x94C4B0) is known color: Shadow Green. HEX triplet: 94, C4 and B0. RGB value is (148,196,176). Sum of RGB (Red+Green+Blue) = 148+196+176=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #94C4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C4B0 is #6B3B4F. Grayscale: #B3B3B3. Windows color (decimal): -7027536 or 11584660. OLE color: 11584660.
HSL color Cylindrical-coordinate representation of color #94C4B0: hue angle of 155º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C4B0 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 196 | 176 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.23 |
| HSL | 155º | 0.29% | 0.67% | - |
| HSV(B) | 155º | 0.24% | 0.77% | - |
| XYZ | 39.79 | 48.91 | 48.42 | - |
| YUV | 179.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 196 | 176 | 0.24 | 0 | 0.10 | 0.23 | 155 | 0.29 | 0.67 |
| Hex | 94 | C4 | B0 | 18 | 0 | A | 17 | 9B | 1D | 43 |
| Octal | 224 | 304 | 260 | 30 | 0 | 12 | 27 | 233 | 35 | 103 |
| Binary | 10010100 | 11000100 | 10110000 | 11000 | 0 | 1010 | 10111 | 10011011 | 11101 | 1000011 |
Color Harmonies of #94C4B0
Complementary color
Monochromatic Colors of #94C4B0
Black with #94C4B0
Text Example
Text Example
White with #94C4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C4B0; }
p { color: rgb(148,196,176); }
H1.HeaderClassName
{
color: #94C4B0;
}
.AnyTagClassName
{
color: #94C4B0;
}
</style>
background-color css
<style>
a { background-color: #94C4B0; }
a { background-color: rgb(148,196,176); }
div.DivClassName
{
background-color: #94C4B0;
}
.BgClassName
{
background-color: #94C4B0;
}
</style>
border-color css
<style>
span { border-color: #94C4B0; }
span { border-color: rgb(148,196,176); }
td.TdClassName
{
border-color: #94C4B0;
}
.TagClassName
{
border-color: #94C4B0;
}
</style>