#94E195

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

Shades of Light Green #94E195

Tints of Light Green #94E195

Color information

#94E195 (or 0x94E195) is unknown color: approx Light Green. HEX triplet: 94, E1 and 95. RGB value is (148,225,149). Sum of RGB (Red+Green+Blue) = 148+225+149=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #94E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E195 is #6B1E6A. Grayscale: #C1C1C1. Windows color (decimal): -7020139 or 9822612. OLE color: 9822612.

HSL color Cylindrical-coordinate representation of color #94E195: hue angle of 120.78º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E195 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB148225149-
CMYK0.3400.340.12
HSL120.78º56.2%73.14%-
HSV(B)120.78º34.22%88.24%-
XYZ44.5662.3238.11-
YUV193.31102.9995.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=28.35%
G=43.10%
B=28.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482251490.3400.340.12120.7856.273.14
Hex94E19522022C793849
Octal224341225420421417170111
Binary1001010011100001100101011000100100010110011110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,225,149); }

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

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

 a { background-color: rgb(148,225,149); }

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

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

 span { border-color: rgb(148,225,149); }

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