Shades of Summer Green #94A99D
Tints of Summer Green #94A99D
RGB
CMYK
RGB Variations
Color information
#94A99D (or 0x94A99D) is known color: Summer Green. HEX triplet: 94, A9 and 9D. RGB value is (148,169,157). Sum of RGB (Red+Green+Blue) = 148+169+157=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #94A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A99D is #6B5662. Grayscale: #A1A1A1. Windows color (decimal): -7034467 or 10332564. OLE color: 10332564.
HSL color Cylindrical-coordinate representation of color #94A99D: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A99D is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 157 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.34 |
| HSL | 145.71º | 0.11% | 0.62% | - |
| HSV(B) | 145.71º | 0.12% | 0.66% | - |
| XYZ | 32.49 | 37.11 | 37.35 | - |
| YUV | 161.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 157 | 0.12 | 0 | 0.07 | 0.34 | 145.71 | 0.11 | 0.62 |
| Hex | 94 | A9 | 9D | C | 0 | 7 | 22 | 92 | B | 3E |
| Octal | 224 | 251 | 235 | 14 | 0 | 7 | 42 | 222 | 13 | 76 |
| Binary | 10010100 | 10101001 | 10011101 | 1100 | 0 | 111 | 100010 | 10010010 | 1011 | 111110 |
Color Harmonies of #94A99D
Complementary color
Monochromatic Colors of #94A99D
Black with #94A99D
Text Example
Text Example
White with #94A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A99D; }
p { color: rgb(148,169,157); }
H1.HeaderClassName
{
color: #94A99D;
}
.AnyTagClassName
{
color: #94A99D;
}
</style>
background-color css
<style>
a { background-color: #94A99D; }
a { background-color: rgb(148,169,157); }
div.DivClassName
{
background-color: #94A99D;
}
.BgClassName
{
background-color: #94A99D;
}
</style>
border-color css
<style>
span { border-color: #94A99D; }
span { border-color: rgb(148,169,157); }
td.TdClassName
{
border-color: #94A99D;
}
.TagClassName
{
border-color: #94A99D;
}
</style>