#9EF095

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

Shades of Pale Green #9EF095

Tints of Pale Green #9EF095

Color information

#9EF095 (or 0x9EF095) is unknown color: approx Pale Green. HEX triplet: 9E, F0 and 95. RGB value is (158,240,149). Sum of RGB (Red+Green+Blue) = 158+240+149=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF095 is #610F6A. Grayscale: #CDCDCD. Windows color (decimal): -6360939 or 9826462. OLE color: 9826462.

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

Color convert

RGB158240149-
CMYK0.3400.380.06
HSL114.07º75.21%76.27%-
HSV(B)114.07º37.92%94.12%-
XYZ50.6971.7639.61-
YUV205.1196.3394.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=28.88%
G=43.88%
B=27.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582401490.3400.380.06114.0775.2176.27
Hex9EF095220266724b4c
Octal236360225420466162113114
Binary1001111011110000100101011000100100110110111001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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