#94EF9C

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

Shades of Light Green #94EF9C

Tints of Light Green #94EF9C

Color information

#94EF9C (or 0x94EF9C) is unknown color: approx Light Green. HEX triplet: 94, EF and 9C. RGB value is (148,239,156). Sum of RGB (Red+Green+Blue) = 148+239+156=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF9C is #6B1063. Grayscale: #CACACA. Windows color (decimal): -7016548 or 10284948. OLE color: 10284948.

HSL color Cylindrical-coordinate representation of color #94EF9C: hue angle of 125.27º 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 #94EF9C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB148239156-
CMYK0.3800.350.06
HSL125.27º73.98%75.88%-
HSV(B)125.27º38.08%93.73%-
XYZ49.0870.4342.46-
YUV202.33101.8589.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 239 (93.75% from 255) = 44.01%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=27.26%
G=44.01%
B=28.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391560.3800.350.06125.2773.9875.88
Hex94EF9C2602367d4a4c
Octal224357234460436175112114
Binary1001010011101111100111001001100100011110111110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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