#94EB9C

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

Shades of Light Green #94EB9C

Tints of Light Green #94EB9C

Color information

#94EB9C (or 0x94EB9C) is unknown color: approx Light Green. HEX triplet: 94, EB and 9C. RGB value is (148,235,156). Sum of RGB (Red+Green+Blue) = 148+235+156=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EB9C is #6B1463. Grayscale: #C8C8C8. Windows color (decimal): -7017572 or 10283924. OLE color: 10283924.

HSL color Cylindrical-coordinate representation of color #94EB9C: hue angle of 125.52º 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 #94EB9C is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB148235156-
CMYK0.3700.340.08
HSL125.52º68.5%75.1%-
HSV(B)125.52º37.02%92.16%-
XYZ47.9268.1142.07-
YUV199.98103.1890.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=27.46%
G=43.60%
B=28.94%

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
Decimal1482351560.3700.340.08125.5268.575.1
Hex94EB9C2502287e454b
Octal2243532344504210176105113
Binary10010100111010111001110010010101000101000111111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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