#94E392

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

Shades of Light Green #94E392

Tints of Light Green #94E392

Color information

#94E392 (or 0x94E392) is unknown color: approx Light Green. HEX triplet: 94, E3 and 92. RGB value is (148,227,146). Sum of RGB (Red+Green+Blue) = 148+227+146=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #94E392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E392 is #6B1C6D. Grayscale: #C2C2C2. Windows color (decimal): -7019630 or 9626516. OLE color: 9626516.

HSL color Cylindrical-coordinate representation of color #94E392: hue angle of 118.52º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E392 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB148227146-
CMYK0.3500.360.11
HSL118.52º59.12%73.14%-
HSV(B)118.52º35.68%89.02%-
XYZ44.8763.3137.05-
YUV194.14100.8395.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 227 (89.06% from 255) = 43.57%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=28.41%
G=43.57%
B=28.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482271460.3500.360.11118.5259.1273.14
Hex94E39223024B773b49
Octal224343222430441316773111
Binary1001010011100011100100101000110100100101111101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,227,146); }

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

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

 a { background-color: rgb(148,227,146); }

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

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

 span { border-color: rgb(148,227,146); }

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