#94EB90

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

Shades of Light Green #94EB90

Tints of Light Green #94EB90

Color information

#94EB90 (or 0x94EB90) is unknown color: approx Light Green. HEX triplet: 94, EB and 90. RGB value is (148,235,144). Sum of RGB (Red+Green+Blue) = 148+235+144=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EB90 is #6B146F. Grayscale: #C6C6C6. Windows color (decimal): -7017584 or 9497492. OLE color: 9497492.

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

Color convert

RGB148235144-
CMYK0.3700.390.08
HSL117.36º69.47%74.31%-
HSV(B)117.36º38.72%92.16%-
XYZ46.9667.7336.98-
YUV198.6197.1891.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 235 (92.19% from 255) = 44.59%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=28.08%
G=44.59%
B=27.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351440.3700.390.08117.3669.4774.31
Hex94EB9025027875454a
Octal2243532204504710165105112
Binary10010100111010111001000010010101001111000111010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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