#94E393

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

Shades of Light Green #94E393

Tints of Light Green #94E393

Color information

#94E393 (or 0x94E393) is unknown color: approx Light Green. HEX triplet: 94, E3 and 93. RGB value is (148,227,147). Sum of RGB (Red+Green+Blue) = 148+227+147=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #94E393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E393 is #6B1C6C. Grayscale: #C2C2C2. Windows color (decimal): -7019629 or 9692052. OLE color: 9692052.

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

Color convert

RGB148227147-
CMYK0.3500.350.11
HSL119.25º58.82%73.33%-
HSV(B)119.25º35.24%89.02%-
XYZ44.9563.3437.46-
YUV194.26101.3395-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 227 (89.06% from 255) = 43.49%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=28.35%
G=43.49%
B=28.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482271470.3500.350.11119.2558.8273.33
Hex94E39323023B773b49
Octal224343223430431316773111
Binary1001010011100011100100111000110100011101111101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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