#9EFC85

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

Shades of Pale Green #9EFC85

Tints of Pale Green #9EFC85

Color information

#9EFC85 (or 0x9EFC85) is unknown color: approx Pale Green. HEX triplet: 9E, FC and 85. RGB value is (158,252,133). Sum of RGB (Red+Green+Blue) = 158+252+133=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC85 is #61037A. Grayscale: #D2D2D2. Windows color (decimal): -6357883 or 8780958. OLE color: 8780958.

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

Color convert

RGB158252133-
CMYK0.3700.470.01
HSL107.39º95.2%75.49%-
HSV(B)107.39º47.22%98.82%-
XYZ53.1478.5834.56-
YUV210.3384.3690.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 252 (98.83% from 255) = 46.41%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=29.10%
G=46.41%
B=24.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582521330.3700.470.01107.3995.275.49
Hex9EFC852502F16b5f4b
Octal236374205450571153137113
Binary10011110111111001000010110010101011111110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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