#9EFB85

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

Shades of Pale Green #9EFB85

Tints of Pale Green #9EFB85

Color information

#9EFB85 (or 0x9EFB85) is unknown color: approx Pale Green. HEX triplet: 9E, FB and 85. RGB value is (158,251,133). Sum of RGB (Red+Green+Blue) = 158+251+133=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFB85 is #61047A. Grayscale: #D2D2D2. Windows color (decimal): -6358139 or 8780702. OLE color: 8780702.

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

Color convert

RGB158251133-
CMYK0.3700.470.02
HSL107.29º93.65%75.29%-
HSV(B)107.29º47.01%98.43%-
XYZ52.8377.9634.45-
YUV209.7484.6991.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 251 (98.44% from 255) = 46.31%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=29.15%
G=46.31%
B=24.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582511330.3700.470.02107.2993.6575.29
Hex9EFB852502F26b5e4b
Octal236373205450572153136113
Binary100111101111101110000101100101010111110110101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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