Shades of Summer Green #94C29C
Tints of Summer Green #94C29C
RGB
CMYK
RGB Variations
Color information
#94C29C (or 0x94C29C) is known color: Summer Green. HEX triplet: 94, C2 and 9C. RGB value is (148,194,156). Sum of RGB (Red+Green+Blue) = 148+194+156=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #94C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C29C is #6B3D63. Grayscale: #B0B0B0. Windows color (decimal): -7028068 or 10273428. OLE color: 10273428.
HSL color Cylindrical-coordinate representation of color #94C29C: hue angle of 130.43º 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 #94C29C is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 156 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.24 |
| HSL | 130.43º | 0.27% | 0.67% | - |
| HSV(B) | 130.43º | 0.24% | 0.76% | - |
| XYZ | 37.51 | 47.28 | 38.6 | - |
| YUV | 175.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 156 | 0.24 | 0 | 0.20 | 0.24 | 130.43 | 0.27 | 0.67 |
| Hex | 94 | C2 | 9C | 18 | 0 | 14 | 18 | 82 | 1B | 43 |
| Octal | 224 | 302 | 234 | 30 | 0 | 24 | 30 | 202 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10011100 | 11000 | 0 | 10100 | 11000 | 10000010 | 11011 | 1000011 |
Color Harmonies of #94C29C
Complementary color
Monochromatic Colors of #94C29C
Black with #94C29C
Text Example
Text Example
White with #94C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C29C; }
p { color: rgb(148,194,156); }
H1.HeaderClassName
{
color: #94C29C;
}
.AnyTagClassName
{
color: #94C29C;
}
</style>
background-color css
<style>
a { background-color: #94C29C; }
a { background-color: rgb(148,194,156); }
div.DivClassName
{
background-color: #94C29C;
}
.BgClassName
{
background-color: #94C29C;
}
</style>
border-color css
<style>
span { border-color: #94C29C; }
span { border-color: rgb(148,194,156); }
td.TdClassName
{
border-color: #94C29C;
}
.TagClassName
{
border-color: #94C29C;
}
</style>