#9EF096

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

Shades of Pale Green #9EF096

Tints of Pale Green #9EF096

Color information

#9EF096 (or 0x9EF096) is unknown color: approx Pale Green. HEX triplet: 9E, F0 and 96. RGB value is (158,240,150). Sum of RGB (Red+Green+Blue) = 158+240+150=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF096 is #610F69. Grayscale: #CDCDCD. Windows color (decimal): -6360938 or 9891998. OLE color: 9891998.

HSL color Cylindrical-coordinate representation of color #9EF096: hue angle of 114.67º degrees, saturation: 0.75, 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 #9EF096 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB158240150-
CMYK0.3400.370.06
HSL114.67º75%76.47%-
HSV(B)114.67º37.5%94.12%-
XYZ50.7771.7940.04-
YUV205.2296.8394.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=28.83%
G=43.80%
B=27.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582401500.3400.370.06114.677576.47
Hex9EF096220256734b4c
Octal236360226420456163113114
Binary1001111011110000100101101000100100101110111001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,150); }

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

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

 a { background-color: rgb(158,240,150); }

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

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

 span { border-color: rgb(158,240,150); }

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