#94ec62

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

Shades of Feijoa #94EC62

Tints of Feijoa #94EC62

Color information

#94EC62 (or 0x94EC62) is unknown color: approx Feijoa. HEX triplet: 94, EC and 62. RGB value is (148,236,98). Sum of RGB (Red+Green+Blue) = 148+236+98=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC62 is #6B139D. Grayscale: #C2C2C2. Windows color (decimal): -7017374 or 6483092. OLE color: 6483092.

HSL color Cylindrical-coordinate representation of color #94EC62: hue angle of 98.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94EC62 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB14823698-
CMYK0.3700.580.07
HSL98.26º78.41%65.49%-
HSV(B)98.26º58.47%92.55%-
XYZ44.4167.1722.18-
YUV193.9673.8595.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 236 (92.58% from 255) = 48.96%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=30.71%
G=48.96%
B=20.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148236980.3700.580.0798.2678.4165.49
Hex94EC622503A7624e41
Octal224354142450727142116101
Binary100101001110110011000101001010111010111110001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ec62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,236,98); }

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

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

 a { background-color: rgb(148,236,98); }

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

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

 span { border-color: rgb(148,236,98); }

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