#94EB96

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

Shades of Light Green #94EB96

Tints of Light Green #94EB96

Color information

#94EB96 (or 0x94EB96) is unknown color: approx Light Green. HEX triplet: 94, EB and 96. RGB value is (148,235,150). Sum of RGB (Red+Green+Blue) = 148+235+150=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EB96 is #6B1469. Grayscale: #C7C7C7. Windows color (decimal): -7017578 or 9890708. OLE color: 9890708.

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

Color convert

RGB148235150-
CMYK0.3700.360.08
HSL121.38º68.5%75.1%-
HSV(B)121.38º37.02%92.16%-
XYZ47.4367.9139.46-
YUV199.3100.1891.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 235 (92.19% from 255) = 44.09%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=27.77%
G=44.09%
B=28.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351500.3700.360.08121.3868.575.1
Hex94EB9625024879454b
Octal2243532264504410171105113
Binary10010100111010111001011010010101001001000111100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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