#9EFA91

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

Shades of Pale Green #9EFA91

Tints of Pale Green #9EFA91

Color information

#9EFA91 (or 0x9EFA91) is unknown color: approx Pale Green. HEX triplet: 9E, FA and 91. RGB value is (158,250,145). Sum of RGB (Red+Green+Blue) = 158+250+145=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFA91 is #61056E. Grayscale: #D2D2D2. Windows color (decimal): -6358383 or 9566878. OLE color: 9566878.

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

Color convert

RGB158250145-
CMYK0.3700.420.02
HSL112.57º91.3%77.45%-
HSV(B)112.57º42%98.04%-
XYZ53.477.6838.97-
YUV210.5291.0290.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=28.57%
G=45.21%
B=26.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582501450.3700.420.02112.5791.377.45
Hex9EFA912502A2715b4d
Octal236372221450522161133115
Binary100111101111101010010001100101010101010111000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,250,145); }

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

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

 a { background-color: rgb(158,250,145); }

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

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

 span { border-color: rgb(158,250,145); }

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