#94EB7A

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

Shades of Light Green #94EB7A

Tints of Light Green #94EB7A

Color information

#94EB7A (or 0x94EB7A) is unknown color: approx Light Green. HEX triplet: 94, EB and 7A. RGB value is (148,235,122). Sum of RGB (Red+Green+Blue) = 148+235+122=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EB7A is #6B1485. Grayscale: #C4C4C4. Windows color (decimal): -7017606 or 8055700. OLE color: 8055700.

HSL color Cylindrical-coordinate representation of color #94EB7A: hue angle of 106.19º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94EB7A is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB148235122-
CMYK0.3700.480.08
HSL106.19º73.86%70%-
HSV(B)106.19º48.09%92.16%-
XYZ45.4367.1228.97-
YUV196.186.1893.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 235 (92.19% from 255) = 46.53%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=29.31%
G=46.53%
B=24.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351220.3700.480.08106.1973.8670
Hex94EB7A2503086a4a46
Octal2243531724506010152112106
Binary1001010011101011111101010010101100001000110101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,122); }

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

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

 a { background-color: rgb(148,235,122); }

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

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

 span { border-color: rgb(148,235,122); }

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