#94EA91

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

Shades of Light Green #94EA91

Tints of Light Green #94EA91

Color information

#94EA91 (or 0x94EA91) is unknown color: approx Light Green. HEX triplet: 94, EA and 91. RGB value is (148,234,145). Sum of RGB (Red+Green+Blue) = 148+234+145=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA91 is #6B156E. Grayscale: #C6C6C6. Windows color (decimal): -7017839 or 9562772. OLE color: 9562772.

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

Color convert

RGB148234145-
CMYK0.3700.380.08
HSL117.98º67.94%74.31%-
HSV(B)117.98º38.03%91.76%-
XYZ46.7567.1937.29-
YUV198.1498.0192.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=28.08%
G=44.40%
B=27.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341450.3700.380.08117.9867.9474.31
Hex94EA9125026876444a
Octal2243522214504610166104112
Binary10010100111010101001000110010101001101000111011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,145); }

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

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

 a { background-color: rgb(148,234,145); }

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

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

 span { border-color: rgb(148,234,145); }

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