#94F68E

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

Shades of Light Green #94F68E

Tints of Light Green #94F68E

Color information

#94F68E (or 0x94F68E) is unknown color: approx Light Green. HEX triplet: 94, F6 and 8E. RGB value is (148,246,142). Sum of RGB (Red+Green+Blue) = 148+246+142=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #94F68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F68E is #6B0971. Grayscale: #CDCDCD. Windows color (decimal): -7014770 or 9369236. OLE color: 9369236.

HSL color Cylindrical-coordinate representation of color #94F68E: hue angle of 116.54º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F68E is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB148246142-
CMYK0.4000.420.04
HSL116.54º85.25%76.08%-
HSV(B)116.54º42.28%96.47%-
XYZ50.0574.1637.27-
YUV204.8492.5387.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=27.61%
G=45.90%
B=26.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482461420.4000.420.04116.5485.2576.08
Hex94F68E2802A475554c
Octal224366216500524165125114
Binary1001010011110110100011101010000101010100111010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,246,142); }

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

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

 a { background-color: rgb(148,246,142); }

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

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

 span { border-color: rgb(148,246,142); }

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