#9EFC9B

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

Shades of Pale Green #9EFC9B

Tints of Pale Green #9EFC9B

Color information

#9EFC9B (or 0x9EFC9B) is unknown color: approx Pale Green. HEX triplet: 9E, FC and 9B. RGB value is (158,252,155). Sum of RGB (Red+Green+Blue) = 158+252+155=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC9B is #610364. Grayscale: #D5D5D5. Windows color (decimal): -6357861 or 10222750. OLE color: 10222750.

HSL color Cylindrical-coordinate representation of color #9EFC9B: hue angle of 118.14º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFC9B is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB158252155-
CMYK0.3700.380.01
HSL118.14º94.17%79.8%-
HSV(B)118.14º38.49%98.82%-
XYZ54.8379.2643.42-
YUV212.8495.3688.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=27.96%
G=44.60%
B=27.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582521550.3700.380.01118.1494.1779.8
Hex9EFC9B250261765e50
Octal236374233450461166136120
Binary10011110111111001001101110010101001101111011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,252,155); }

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

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

 a { background-color: rgb(158,252,155); }

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

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

 span { border-color: rgb(158,252,155); }

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