Shades of Summer Green #94C49D
Tints of Summer Green #94C49D
RGB
CMYK
RGB Variations
Color information
#94C49D (or 0x94C49D) is known color: Summer Green. HEX triplet: 94, C4 and 9D. RGB value is (148,196,157). Sum of RGB (Red+Green+Blue) = 148+196+157=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #94C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C49D is #6B3B62. Grayscale: #B1B1B1. Windows color (decimal): -7027555 or 10339476. OLE color: 10339476.
HSL color Cylindrical-coordinate representation of color #94C49D: hue angle of 131.25º 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 #94C49D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 196 | 157 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.23 |
| HSL | 131.25º | 0.29% | 0.67% | - |
| HSV(B) | 131.25º | 0.24% | 0.77% | - |
| XYZ | 38.04 | 48.21 | 39.2 | - |
| YUV | 177.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 196 | 157 | 0.24 | 0 | 0.20 | 0.23 | 131.25 | 0.29 | 0.67 |
| Hex | 94 | C4 | 9D | 18 | 0 | 14 | 17 | 83 | 1D | 43 |
| Octal | 224 | 304 | 235 | 30 | 0 | 24 | 27 | 203 | 35 | 103 |
| Binary | 10010100 | 11000100 | 10011101 | 11000 | 0 | 10100 | 10111 | 10000011 | 11101 | 1000011 |
Color Harmonies of #94C49D
Complementary color
Monochromatic Colors of #94C49D
Black with #94C49D
Text Example
Text Example
White with #94C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C49D; }
p { color: rgb(148,196,157); }
H1.HeaderClassName
{
color: #94C49D;
}
.AnyTagClassName
{
color: #94C49D;
}
</style>
background-color css
<style>
a { background-color: #94C49D; }
a { background-color: rgb(148,196,157); }
div.DivClassName
{
background-color: #94C49D;
}
.BgClassName
{
background-color: #94C49D;
}
</style>
border-color css
<style>
span { border-color: #94C49D; }
span { border-color: rgb(148,196,157); }
td.TdClassName
{
border-color: #94C49D;
}
.TagClassName
{
border-color: #94C49D;
}
</style>