#94E68A

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

Shades of Light Green #94E68A

Tints of Light Green #94E68A

Color information

#94E68A (or 0x94E68A) is unknown color: approx Light Green. HEX triplet: 94, E6 and 8A. RGB value is (148,230,138). Sum of RGB (Red+Green+Blue) = 148+230+138=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #94E68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E68A is #6B1975. Grayscale: #C3C3C3. Windows color (decimal): -7018870 or 9102996. OLE color: 9102996.

HSL color Cylindrical-coordinate representation of color #94E68A: hue angle of 113.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94E68A is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB148230138-
CMYK0.3600.40.10
HSL113.48º64.79%72.16%-
HSV(B)113.48º40%90.2%-
XYZ45.164.7234.16-
YUV194.9995.8394.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 230 (90.23% from 255) = 44.57%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=28.68%
G=44.57%
B=26.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301380.3600.40.10113.4864.7972.16
Hex94E68A24028A714148
Octal2243462124405012161101110
Binary10010100111001101000101010010001010001010111000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,138); }

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

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

 a { background-color: rgb(148,230,138); }

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

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

 span { border-color: rgb(148,230,138); }

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