Shades of Summer Green #94C5A4
Tints of Summer Green #94C5A4
RGB
CMYK
RGB Variations
Color information
#94C5A4 (or 0x94C5A4) is known color: Summer Green. HEX triplet: 94, C5 and A4. RGB value is (148,197,164). Sum of RGB (Red+Green+Blue) = 148+197+164=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C5A4 is #6B3A5B. Grayscale: #B2B2B2. Windows color (decimal): -7027292 or 10798484. OLE color: 10798484.
HSL color Cylindrical-coordinate representation of color #94C5A4: hue angle of 139.59º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C5A4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 164 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.23 |
| HSL | 139.59º | 0.3% | 0.68% | - |
| HSV(B) | 139.59º | 0.25% | 0.77% | - |
| XYZ | 38.88 | 48.91 | 42.51 | - |
| YUV | 178.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 164 | 0.25 | 0 | 0.17 | 0.23 | 139.59 | 0.3 | 0.68 |
| Hex | 94 | C5 | A4 | 19 | 0 | 11 | 17 | 8C | 1E | 44 |
| Octal | 224 | 305 | 244 | 31 | 0 | 21 | 27 | 214 | 36 | 104 |
| Binary | 10010100 | 11000101 | 10100100 | 11001 | 0 | 10001 | 10111 | 10001100 | 11110 | 1000100 |
Color Harmonies of #94C5A4
Complementary color
Monochromatic Colors of #94C5A4
Black with #94C5A4
Text Example
Text Example
White with #94C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5A4; }
p { color: rgb(148,197,164); }
H1.HeaderClassName
{
color: #94C5A4;
}
.AnyTagClassName
{
color: #94C5A4;
}
</style>
background-color css
<style>
a { background-color: #94C5A4; }
a { background-color: rgb(148,197,164); }
div.DivClassName
{
background-color: #94C5A4;
}
.BgClassName
{
background-color: #94C5A4;
}
</style>
border-color css
<style>
span { border-color: #94C5A4; }
span { border-color: rgb(148,197,164); }
td.TdClassName
{
border-color: #94C5A4;
}
.TagClassName
{
border-color: #94C5A4;
}
</style>