#94EB9B

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

Shades of Light Green #94EB9B

Tints of Light Green #94EB9B

Color information

#94EB9B (or 0x94EB9B) is unknown color: approx Light Green. HEX triplet: 94, EB and 9B. RGB value is (148,235,155). Sum of RGB (Red+Green+Blue) = 148+235+155=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EB9B is #6B1464. Grayscale: #C8C8C8. Windows color (decimal): -7017573 or 10218388. OLE color: 10218388.

HSL color Cylindrical-coordinate representation of color #94EB9B: hue angle of 124.83º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EB9B is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB148235155-
CMYK0.3700.340.08
HSL124.83º68.5%75.1%-
HSV(B)124.83º37.02%92.16%-
XYZ47.8468.0841.63-
YUV199.87102.6891-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=27.51%
G=43.68%
B=28.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351550.3700.340.08124.8368.575.1
Hex94EB9B2502287d454b
Octal2243532334504210175105113
Binary10010100111010111001101110010101000101000111110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,155); }

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

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

 a { background-color: rgb(148,235,155); }

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

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

 span { border-color: rgb(148,235,155); }

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