#94C3A4

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

Shades of Summer Green #94C3A4

Tints of Summer Green #94C3A4

Color information

#94C3A4 (or 0x94C3A4) is unknown color: approx Summer Green. HEX triplet: 94, C3 and A4. RGB value is (148,195,164). Sum of RGB (Red+Green+Blue) = 148+195+164=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #94C3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C3A4 is #6B3C5B. Grayscale: #B1B1B1. Windows color (decimal): -7027804 or 10797972. OLE color: 10797972.

HSL color Cylindrical-coordinate representation of color #94C3A4: hue angle of 140.43º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C3A4 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB148195164-
CMYK0.2400.160.24
HSL140.43º28.14%67.25%-
HSV(B)140.43º24.1%76.47%-
XYZ38.4348.0142.36-
YUV177.41120.43107.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=29.19%
G=38.46%
B=32.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951640.2400.160.24140.4328.1467.25
Hex94C3A418010188c1c43
Octal224303244300203021434103
Binary100101001100001110100100110000100001100010001100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,164); }

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

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

 a { background-color: rgb(148,195,164); }

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

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

 span { border-color: rgb(148,195,164); }

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