#94EF9A

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

Shades of Light Green #94EF9A

Tints of Light Green #94EF9A

Color information

#94EF9A (or 0x94EF9A) is unknown color: approx Light Green. HEX triplet: 94, EF and 9A. RGB value is (148,239,154). Sum of RGB (Red+Green+Blue) = 148+239+154=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF9A is #6B1065. Grayscale: #CACACA. Windows color (decimal): -7016550 or 10153876. OLE color: 10153876.

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

Color convert

RGB148239154-
CMYK0.3800.360.06
HSL123.96º73.98%75.88%-
HSV(B)123.96º38.08%93.73%-
XYZ48.9170.3641.58-
YUV202.1100.8589.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 239 (93.75% from 255) = 44.18%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=27.36%
G=44.18%
B=28.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391540.3800.360.06123.9673.9875.88
Hex94EF9A2602467c4a4c
Octal224357232460446174112114
Binary1001010011101111100110101001100100100110111110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,154); }

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

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

 a { background-color: rgb(148,239,154); }

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

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

 span { border-color: rgb(148,239,154); }

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