#96F09D

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

Shades of Pale Green #96F09D

Tints of Pale Green #96F09D

Color information

#96F09D (or 0x96F09D) is unknown color: approx Pale Green. HEX triplet: 96, F0 and 9D. RGB value is (150,240,157). Sum of RGB (Red+Green+Blue) = 150+240+157=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #96F09D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F09D is #690F62. Grayscale: #CBCBCB. Windows color (decimal): -6885219 or 10350742. OLE color: 10350742.

HSL color Cylindrical-coordinate representation of color #96F09D: hue angle of 124.67º 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 #96F09D is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB150240157-
CMYK0.3700.350.06
HSL124.67º75%76.47%-
HSV(B)124.67º37.5%94.12%-
XYZ49.8271.2443.02-
YUV203.63101.6889.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=27.42%
G=43.88%
B=28.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401570.3700.350.06124.677576.47
Hex96F09D2502367d4b4c
Octal226360235450436175113114
Binary1001011011110000100111011001010100011110111110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F09D; }

 p { color: rgb(150,240,157); }

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

<style>
 a { background-color: #96F09D; }

 a { background-color: rgb(150,240,157); }

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

<style>
 span { border-color: #96F09D; }

 span { border-color: rgb(150,240,157); }

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