Shades of Summer Green #94C09D
Tints of Summer Green #94C09D
RGB
CMYK
RGB Variations
Color information
#94C09D (or 0x94C09D) is known color: Summer Green. HEX triplet: 94, C0 and 9D. RGB value is (148,192,157). Sum of RGB (Red+Green+Blue) = 148+192+157=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #94C09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C09D is #6B3F62. Grayscale: #AEAEAE. Windows color (decimal): -7028579 or 10338452. OLE color: 10338452.
HSL color Cylindrical-coordinate representation of color #94C09D: hue angle of 132.27º 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 #94C09D is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 157 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.25 |
| HSL | 132.27º | 0.26% | 0.67% | - |
| HSV(B) | 132.27º | 0.23% | 0.75% | - |
| XYZ | 37.15 | 46.43 | 38.9 | - |
| YUV | 174.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 157 | 0.23 | 0 | 0.18 | 0.25 | 132.27 | 0.26 | 0.67 |
| Hex | 94 | C0 | 9D | 17 | 0 | 12 | 19 | 84 | 1A | 43 |
| Octal | 224 | 300 | 235 | 27 | 0 | 22 | 31 | 204 | 32 | 103 |
| Binary | 10010100 | 11000000 | 10011101 | 10111 | 0 | 10010 | 11001 | 10000100 | 11010 | 1000011 |
Color Harmonies of #94C09D
Complementary color
Monochromatic Colors of #94C09D
Black with #94C09D
Text Example
Text Example
White with #94C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C09D; }
p { color: rgb(148,192,157); }
H1.HeaderClassName
{
color: #94C09D;
}
.AnyTagClassName
{
color: #94C09D;
}
</style>
background-color css
<style>
a { background-color: #94C09D; }
a { background-color: rgb(148,192,157); }
div.DivClassName
{
background-color: #94C09D;
}
.BgClassName
{
background-color: #94C09D;
}
</style>
border-color css
<style>
span { border-color: #94C09D; }
span { border-color: rgb(148,192,157); }
td.TdClassName
{
border-color: #94C09D;
}
.TagClassName
{
border-color: #94C09D;
}
</style>