Shades of Summer Green #94B1A0
Tints of Summer Green #94B1A0
RGB
CMYK
RGB Variations
Color information
#94B1A0 (or 0x94B1A0) is known color: Summer Green. HEX triplet: 94, B1 and A0. RGB value is (148,177,160). Sum of RGB (Red+Green+Blue) = 148+177+160=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #94B1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B1A0 is #6B4E5F. Grayscale: #A6A6A6. Windows color (decimal): -7032416 or 10531220. OLE color: 10531220.
HSL color Cylindrical-coordinate representation of color #94B1A0: hue angle of 144.83º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B1A0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 177 | 160 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.31 |
| HSL | 144.83º | 0.16% | 0.64% | - |
| HSV(B) | 144.83º | 0.16% | 0.69% | - |
| XYZ | 34.28 | 40.28 | 39.23 | - |
| YUV | 166.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 160 | 0.16 | 0 | 0.10 | 0.31 | 144.83 | 0.16 | 0.64 |
| Hex | 94 | B1 | A0 | 10 | 0 | A | 1F | 91 | 10 | 40 |
| Octal | 224 | 261 | 240 | 20 | 0 | 12 | 37 | 221 | 20 | 100 |
| Binary | 10010100 | 10110001 | 10100000 | 10000 | 0 | 1010 | 11111 | 10010001 | 10000 | 1000000 |
Color Harmonies of #94B1A0
Complementary color
Monochromatic Colors of #94B1A0
Black with #94B1A0
Text Example
Text Example
White with #94B1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1A0; }
p { color: rgb(148,177,160); }
H1.HeaderClassName
{
color: #94B1A0;
}
.AnyTagClassName
{
color: #94B1A0;
}
</style>
background-color css
<style>
a { background-color: #94B1A0; }
a { background-color: rgb(148,177,160); }
div.DivClassName
{
background-color: #94B1A0;
}
.BgClassName
{
background-color: #94B1A0;
}
</style>
border-color css
<style>
span { border-color: #94B1A0; }
span { border-color: rgb(148,177,160); }
td.TdClassName
{
border-color: #94B1A0;
}
.TagClassName
{
border-color: #94B1A0;
}
</style>