Shades of Shadow Green #94C2AF
Tints of Shadow Green #94C2AF
RGB
CMYK
RGB Variations
Color information
#94C2AF (or 0x94C2AF) is known color: Shadow Green. HEX triplet: 94, C2 and AF. RGB value is (148,194,175). Sum of RGB (Red+Green+Blue) = 148+194+175=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2AF is #6B3D50. Grayscale: #B2B2B2. Windows color (decimal): -7028049 or 11518612. OLE color: 11518612.
HSL color Cylindrical-coordinate representation of color #94C2AF: hue angle of 155.22º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C2AF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 175 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.24 |
| HSL | 155.22º | 0.27% | 0.67% | - |
| HSV(B) | 155.22º | 0.24% | 0.76% | - |
| XYZ | 39.24 | 47.97 | 47.75 | - |
| YUV | 178.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 175 | 0.24 | 0 | 0.10 | 0.24 | 155.22 | 0.27 | 0.67 |
| Hex | 94 | C2 | AF | 18 | 0 | A | 18 | 9B | 1B | 43 |
| Octal | 224 | 302 | 257 | 30 | 0 | 12 | 30 | 233 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10101111 | 11000 | 0 | 1010 | 11000 | 10011011 | 11011 | 1000011 |
Color Harmonies of #94C2AF
Complementary color
Monochromatic Colors of #94C2AF
Black with #94C2AF
Text Example
Text Example
White with #94C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2AF; }
p { color: rgb(148,194,175); }
H1.HeaderClassName
{
color: #94C2AF;
}
.AnyTagClassName
{
color: #94C2AF;
}
</style>
background-color css
<style>
a { background-color: #94C2AF; }
a { background-color: rgb(148,194,175); }
div.DivClassName
{
background-color: #94C2AF;
}
.BgClassName
{
background-color: #94C2AF;
}
</style>
border-color css
<style>
span { border-color: #94C2AF; }
span { border-color: rgb(148,194,175); }
td.TdClassName
{
border-color: #94C2AF;
}
.TagClassName
{
border-color: #94C2AF;
}
</style>