Shades of Shadow Green #94C0AF
Tints of Shadow Green #94C0AF
RGB
CMYK
RGB Variations
Color information
#94C0AF (or 0x94C0AF) is known color: Shadow Green. HEX triplet: 94, C0 and AF. RGB value is (148,192,175). Sum of RGB (Red+Green+Blue) = 148+192+175=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #94C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C0AF is #6B3F50. Grayscale: #B0B0B0. Windows color (decimal): -7028561 or 11518100. OLE color: 11518100.
HSL color Cylindrical-coordinate representation of color #94C0AF: hue angle of 156.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C0AF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 175 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.25 |
| HSL | 156.82º | 0.26% | 0.67% | - |
| HSV(B) | 156.82º | 0.23% | 0.75% | - |
| XYZ | 38.8 | 47.09 | 47.6 | - |
| YUV | 176.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 175 | 0.23 | 0 | 0.09 | 0.25 | 156.82 | 0.26 | 0.67 |
| Hex | 94 | C0 | AF | 17 | 0 | 9 | 19 | 9D | 1A | 43 |
| Octal | 224 | 300 | 257 | 27 | 0 | 11 | 31 | 235 | 32 | 103 |
| Binary | 10010100 | 11000000 | 10101111 | 10111 | 0 | 1001 | 11001 | 10011101 | 11010 | 1000011 |
Color Harmonies of #94C0AF
Complementary color
Monochromatic Colors of #94C0AF
Black with #94C0AF
Text Example
Text Example
White with #94C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0AF; }
p { color: rgb(148,192,175); }
H1.HeaderClassName
{
color: #94C0AF;
}
.AnyTagClassName
{
color: #94C0AF;
}
</style>
background-color css
<style>
a { background-color: #94C0AF; }
a { background-color: rgb(148,192,175); }
div.DivClassName
{
background-color: #94C0AF;
}
.BgClassName
{
background-color: #94C0AF;
}
</style>
border-color css
<style>
span { border-color: #94C0AF; }
span { border-color: rgb(148,192,175); }
td.TdClassName
{
border-color: #94C0AF;
}
.TagClassName
{
border-color: #94C0AF;
}
</style>