Shades of Summer Green #94AE9D
Tints of Summer Green #94AE9D
RGB
CMYK
RGB Variations
Color information
#94AE9D (or 0x94AE9D) is known color: Summer Green. HEX triplet: 94, AE and 9D. RGB value is (148,174,157). Sum of RGB (Red+Green+Blue) = 148+174+157=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE9D is #6B5162. Grayscale: #A4A4A4. Windows color (decimal): -7033187 or 10333844. OLE color: 10333844.
HSL color Cylindrical-coordinate representation of color #94AE9D: hue angle of 140.77º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AE9D is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 157 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.32 |
| HSL | 140.77º | 0.14% | 0.63% | - |
| HSV(B) | 140.77º | 0.15% | 0.68% | - |
| XYZ | 33.43 | 39 | 37.66 | - |
| YUV | 164.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 157 | 0.15 | 0 | 0.10 | 0.32 | 140.77 | 0.14 | 0.63 |
| Hex | 94 | AE | 9D | F | 0 | A | 20 | 8D | E | 3F |
| Octal | 224 | 256 | 235 | 17 | 0 | 12 | 40 | 215 | 16 | 77 |
| Binary | 10010100 | 10101110 | 10011101 | 1111 | 0 | 1010 | 100000 | 10001101 | 1110 | 111111 |
Color Harmonies of #94AE9D
Complementary color
Monochromatic Colors of #94AE9D
Black with #94AE9D
Text Example
Text Example
White with #94AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE9D; }
p { color: rgb(148,174,157); }
H1.HeaderClassName
{
color: #94AE9D;
}
.AnyTagClassName
{
color: #94AE9D;
}
</style>
background-color css
<style>
a { background-color: #94AE9D; }
a { background-color: rgb(148,174,157); }
div.DivClassName
{
background-color: #94AE9D;
}
.BgClassName
{
background-color: #94AE9D;
}
</style>
border-color css
<style>
span { border-color: #94AE9D; }
span { border-color: rgb(148,174,157); }
td.TdClassName
{
border-color: #94AE9D;
}
.TagClassName
{
border-color: #94AE9D;
}
</style>