#9EFCB0

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

Shades of Pale Green #9EFCB0

Tints of Pale Green #9EFCB0

Color information

#9EFCB0 (or 0x9EFCB0) is unknown color: approx Pale Green. HEX triplet: 9E, FC and B0. RGB value is (158,252,176). Sum of RGB (Red+Green+Blue) = 158+252+176=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFCB0 is #61034F. Grayscale: #D7D7D7. Windows color (decimal): -6357840 or 11599006. OLE color: 11599006.

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

Color convert

RGB158252176-
CMYK0.3700.300.01
HSL131.49º94%80.39%-
HSV(B)131.49º37.3%98.82%-
XYZ56.7580.0253.53-
YUV215.23105.8687.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 252 (98.83% from 255) = 43.00%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=26.96%
G=43.00%
B=30.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582521760.3700.300.01131.499480.39
Hex9EFCB02501E1835e50
Octal236374260450361203136120
Binary10011110111111001011000010010101111011000001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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