Shades of Shadow Green #93C3AF
Tints of Shadow Green #93C3AF
RGB
CMYK
RGB Variations
Color information
#93C3AF (or 0x93C3AF) is known color: Shadow Green. HEX triplet: 93, C3 and AF. RGB value is (147,195,175). Sum of RGB (Red+Green+Blue) = 147+195+175=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C3AF is #6C3C50. Grayscale: #B2B2B2. Windows color (decimal): -7093329 or 11518867. OLE color: 11518867.
HSL color Cylindrical-coordinate representation of color #93C3AF: hue angle of 155º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C3AF is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 175 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.24 |
| HSL | 155º | 0.29% | 0.67% | - |
| HSV(B) | 155º | 0.25% | 0.76% | - |
| XYZ | 39.29 | 48.33 | 47.82 | - |
| YUV | 178.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 175 | 0.25 | 0 | 0.10 | 0.24 | 155 | 0.29 | 0.67 |
| Hex | 93 | C3 | AF | 19 | 0 | A | 18 | 9B | 1D | 43 |
| Octal | 223 | 303 | 257 | 31 | 0 | 12 | 30 | 233 | 35 | 103 |
| Binary | 10010011 | 11000011 | 10101111 | 11001 | 0 | 1010 | 11000 | 10011011 | 11101 | 1000011 |
Color Harmonies of #93C3AF
Complementary color
Monochromatic Colors of #93C3AF
Black with #93C3AF
Text Example
Text Example
White with #93C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C3AF; }
p { color: rgb(147,195,175); }
H1.HeaderClassName
{
color: #93C3AF;
}
.AnyTagClassName
{
color: #93C3AF;
}
</style>
background-color css
<style>
a { background-color: #93C3AF; }
a { background-color: rgb(147,195,175); }
div.DivClassName
{
background-color: #93C3AF;
}
.BgClassName
{
background-color: #93C3AF;
}
</style>
border-color css
<style>
span { border-color: #93C3AF; }
span { border-color: rgb(147,195,175); }
td.TdClassName
{
border-color: #93C3AF;
}
.TagClassName
{
border-color: #93C3AF;
}
</style>