#94AC9D

Color #94AC9D Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #94AC9D

Tints of Summer Green #94AC9D

Color information

#94AC9D (or 0x94AC9D) is unknown color: approx Summer Green. HEX triplet: 94, AC and 9D. RGB value is (148,172,157). Sum of RGB (Red+Green+Blue) = 148+172+157=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC9D is #6B5362. Grayscale: #A3A3A3. Windows color (decimal): -7033699 or 10333332. OLE color: 10333332.

HSL color Cylindrical-coordinate representation of color #94AC9D: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94AC9D is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB148172157-
CMYK0.1400.090.33
HSL142.5º12.63%62.75%-
HSV(B)142.5º13.95%67.45%-
XYZ33.0538.2437.54-
YUV163.11124.55117.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=31.03%
G=36.06%
B=32.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721570.1400.090.33142.512.6362.75
Hex94AC9DE09218ed3f
Octal22425423516011412161577
Binary100101001010110010011101111001001100001100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AC9D; }

 p { color: rgb(148,172,157); }

 H1.HeaderClassName
 {
   color: #94AC9D;
 }
 .AnyTagClassName
 {
   color: #94AC9D;
 }
</style>
background-color css

<style>
 a { background-color: #94AC9D; }

 a { background-color: rgb(148,172,157); }

 div.DivClassName
 {
   background-color: #94AC9D;
 }
 .BgClassName
 {
   background-color: #94AC9D;
 }
</style>
border-color css

<style>
 span { border-color: #94AC9D; }

 span { border-color: rgb(148,172,157); }

 td.TdClassName
 {
   border-color: #94AC9D;
 }
 .TagClassName
 {
   border-color: #94AC9D;
 }
</style>