#9EFB94

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

Shades of Pale Green #9EFB94

Tints of Pale Green #9EFB94

Color information

#9EFB94 (or 0x9EFB94) is unknown color: approx Pale Green. HEX triplet: 9E, FB and 94. RGB value is (158,251,148). Sum of RGB (Red+Green+Blue) = 158+251+148=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFB94 is #61046B. Grayscale: #D3D3D3. Windows color (decimal): -6358124 or 9763742. OLE color: 9763742.

HSL color Cylindrical-coordinate representation of color #9EFB94: hue angle of 114.17º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EFB94 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB158251148-
CMYK0.3700.410.02
HSL114.17º92.79%78.24%-
HSV(B)114.17º41.04%98.43%-
XYZ53.9478.440.31-
YUV211.4592.1989.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=28.37%
G=45.06%
B=26.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582511480.3700.410.02114.1792.7978.24
Hex9EFB94250292725d4e
Octal236373224450512162135116
Binary100111101111101110010100100101010100110111001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EFB94; }

 p { color: rgb(158,251,148); }

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

<style>
 a { background-color: #9EFB94; }

 a { background-color: rgb(158,251,148); }

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

<style>
 span { border-color: #9EFB94; }

 span { border-color: rgb(158,251,148); }

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