#96FC9C

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

Shades of Pale Green #96FC9C

Tints of Pale Green #96FC9C

Color information

#96FC9C (or 0x96FC9C) is unknown color: approx Pale Green. HEX triplet: 96, FC and 9C. RGB value is (150,252,156). Sum of RGB (Red+Green+Blue) = 150+252+156=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FC9C is #690363. Grayscale: #D2D2D2. Windows color (decimal): -6882148 or 10288278. OLE color: 10288278.

HSL color Cylindrical-coordinate representation of color #96FC9C: hue angle of 123.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FC9C is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB150252156-
CMYK0.4000.380.01
HSL123.53º94.44%78.82%-
HSV(B)123.53º40.48%98.82%-
XYZ53.3978.5143.79-
YUV210.5697.2184.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.88%
GREEN value IS 252 (98.83% from 255) = 45.16%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=26.88%
G=45.16%
B=27.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521560.4000.380.01123.5394.4478.82
Hex96FC9C2802617c5e4f
Octal226374234500461174136117
Binary10010110111111001001110010100001001101111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,252,156); }

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

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

 a { background-color: rgb(150,252,156); }

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

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

 span { border-color: rgb(150,252,156); }

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