#94E890

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

Shades of Light Green #94E890

Tints of Light Green #94E890

Color information

#94E890 (or 0x94E890) is unknown color: approx Light Green. HEX triplet: 94, E8 and 90. RGB value is (148,232,144). Sum of RGB (Red+Green+Blue) = 148+232+144=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #94E890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E890 is #6B176F. Grayscale: #C5C5C5. Windows color (decimal): -7018352 or 9496724. OLE color: 9496724.

HSL color Cylindrical-coordinate representation of color #94E890: hue angle of 117.27º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E890 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB148232144-
CMYK0.3600.380.09
HSL117.27º65.67%73.73%-
HSV(B)117.27º37.93%90.98%-
XYZ46.166.0236.7-
YUV196.8598.1793.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 232 (91.02% from 255) = 44.27%
BLUE value IS 144 (56.64% from 255) = 27.48%
R=28.24%
G=44.27%
B=27.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321440.3600.380.09117.2765.6773.73
Hex94E89024026975424a
Octal2243502204404611165102112
Binary10010100111010001001000010010001001101001111010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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