Shades of Summer Green #94AB9C
Tints of Summer Green #94AB9C
RGB
CMYK
RGB Variations
Color information
#94AB9C (or 0x94AB9C) is known color: Summer Green. HEX triplet: 94, AB and 9C. RGB value is (148,171,156). Sum of RGB (Red+Green+Blue) = 148+171+156=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB9C is #6B5463. Grayscale: #A2A2A2. Windows color (decimal): -7033956 or 10267540. OLE color: 10267540.
HSL color Cylindrical-coordinate representation of color #94AB9C: hue angle of 140.87º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AB9C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 156 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.33 |
| HSL | 140.87º | 0.12% | 0.63% | - |
| HSV(B) | 140.87º | 0.13% | 0.67% | - |
| XYZ | 32.78 | 37.82 | 37.03 | - |
| YUV | 162.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 156 | 0.13 | 0 | 0.09 | 0.33 | 140.87 | 0.12 | 0.63 |
| Hex | 94 | AB | 9C | D | 0 | 9 | 21 | 8D | C | 3F |
| Octal | 224 | 253 | 234 | 15 | 0 | 11 | 41 | 215 | 14 | 77 |
| Binary | 10010100 | 10101011 | 10011100 | 1101 | 0 | 1001 | 100001 | 10001101 | 1100 | 111111 |
Color Harmonies of #94AB9C
Complementary color
Monochromatic Colors of #94AB9C
Black with #94AB9C
Text Example
Text Example
White with #94AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB9C; }
p { color: rgb(148,171,156); }
H1.HeaderClassName
{
color: #94AB9C;
}
.AnyTagClassName
{
color: #94AB9C;
}
</style>
background-color css
<style>
a { background-color: #94AB9C; }
a { background-color: rgb(148,171,156); }
div.DivClassName
{
background-color: #94AB9C;
}
.BgClassName
{
background-color: #94AB9C;
}
</style>
border-color css
<style>
span { border-color: #94AB9C; }
span { border-color: rgb(148,171,156); }
td.TdClassName
{
border-color: #94AB9C;
}
.TagClassName
{
border-color: #94AB9C;
}
</style>