#94EF9D

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

Shades of Pale Green #94EF9D

Tints of Pale Green #94EF9D

Color information

#94EF9D (or 0x94EF9D) is unknown color: approx Pale Green. HEX triplet: 94, EF and 9D. RGB value is (148,239,157). Sum of RGB (Red+Green+Blue) = 148+239+157=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF9D is #6B1062. Grayscale: #CACACA. Windows color (decimal): -7016547 or 10350484. OLE color: 10350484.

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

Color convert

RGB148239157-
CMYK0.3800.340.06
HSL125.93º73.98%75.88%-
HSV(B)125.93º38.08%93.73%-
XYZ49.1770.4642.91-
YUV202.44102.3589.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 239 (93.75% from 255) = 43.93%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=27.21%
G=43.93%
B=28.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391570.3800.340.06125.9373.9875.88
Hex94EF9D2602267e4a4c
Octal224357235460426176112114
Binary1001010011101111100111011001100100010110111111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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