#94E78D

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

Shades of Light Green #94E78D

Tints of Light Green #94E78D

Color information

#94E78D (or 0x94E78D) is unknown color: approx Light Green. HEX triplet: 94, E7 and 8D. RGB value is (148,231,141). Sum of RGB (Red+Green+Blue) = 148+231+141=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #94E78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E78D is #6B1872. Grayscale: #C4C4C4. Windows color (decimal): -7018611 or 9299860. OLE color: 9299860.

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

Color convert

RGB148231141-
CMYK0.3600.390.09
HSL115.33º65.22%72.94%-
HSV(B)115.33º38.96%90.59%-
XYZ45.665.3735.41-
YUV195.929793.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 231 (90.62% from 255) = 44.42%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=28.46%
G=44.42%
B=27.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482311410.3600.390.09115.3365.2272.94
Hex94E78D240279734149
Octal2243472154404711163101111
Binary10010100111001111000110110010001001111001111001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,231,141); }

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

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

 a { background-color: rgb(148,231,141); }

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

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

 span { border-color: rgb(148,231,141); }

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