#96F39D

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

Shades of Pale Green #96F39D

Tints of Pale Green #96F39D

Color information

#96F39D (or 0x96F39D) is unknown color: approx Pale Green. HEX triplet: 96, F3 and 9D. RGB value is (150,243,157). Sum of RGB (Red+Green+Blue) = 150+243+157=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #96F39D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F39D is #690C62. Grayscale: #CDCDCD. Windows color (decimal): -6884451 or 10351510. OLE color: 10351510.

HSL color Cylindrical-coordinate representation of color #96F39D: hue angle of 124.52º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F39D is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB150243157-
CMYK0.3800.350.05
HSL124.52º79.49%77.06%-
HSV(B)124.52º38.27%95.29%-
XYZ50.7173.0243.32-
YUV205.39100.6988.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.27%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=27.27%
G=44.18%
B=28.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431570.3800.350.05124.5279.4977.06
Hex96F39D2602357d4f4d
Octal226363235460435175117115
Binary1001011011110011100111011001100100011101111110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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