#94C29F

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

Shades of Summer Green #94C29F

Tints of Summer Green #94C29F

Color information

#94C29F (or 0x94C29F) is unknown color: approx Summer Green. HEX triplet: 94, C2 and 9F. RGB value is (148,194,159). Sum of RGB (Red+Green+Blue) = 148+194+159=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #94C29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C29F is #6B3D60. Grayscale: #B0B0B0. Windows color (decimal): -7028065 or 10470036. OLE color: 10470036.

HSL color Cylindrical-coordinate representation of color #94C29F: hue angle of 134.35º degrees, saturation: 0.27, 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 #94C29F is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB148194159-
CMYK0.2400.180.24
HSL134.35º27.38%67.06%-
HSV(B)134.35º23.71%76.08%-
XYZ37.7647.3839.96-
YUV176.26118.26107.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=29.54%
G=38.72%
B=31.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941590.2400.180.24134.3527.3867.06
Hex94C29F1801218861b43
Octal224302237300223020633103
Binary100101001100001010011111110000100101100010000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,159); }

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

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

 a { background-color: rgb(148,194,159); }

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

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

 span { border-color: rgb(148,194,159); }

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