#94E490

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

Shades of Light Green #94E490

Tints of Light Green #94E490

Color information

#94E490 (or 0x94E490) is unknown color: approx Light Green. HEX triplet: 94, E4 and 90. RGB value is (148,228,144). Sum of RGB (Red+Green+Blue) = 148+228+144=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #94E490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E490 is #6B1B6F. Grayscale: #C2C2C2. Windows color (decimal): -7019376 or 9495700. OLE color: 9495700.

HSL color Cylindrical-coordinate representation of color #94E490: hue angle of 117.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94E490 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB148228144-
CMYK0.3500.370.11
HSL117.14º60.87%72.94%-
HSV(B)117.14º36.84%89.41%-
XYZ44.9963.836.33-
YUV194.599.594.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 228 (89.45% from 255) = 43.85%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=28.46%
G=43.85%
B=27.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482281440.3500.370.11117.1460.8772.94
Hex94E49023025B753d49
Octal224344220430451316575111
Binary1001010011100100100100001000110100101101111101011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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