#96FC9E

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

Shades of Pale Green #96FC9E

Tints of Pale Green #96FC9E

Color information

#96FC9E (or 0x96FC9E) is unknown color: approx Pale Green. HEX triplet: 96, FC and 9E. RGB value is (150,252,158). Sum of RGB (Red+Green+Blue) = 150+252+158=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FC9E is #690361. Grayscale: #D3D3D3. Windows color (decimal): -6882146 or 10419350. OLE color: 10419350.

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

Color convert

RGB150252158-
CMYK0.4000.370.01
HSL124.71º94.44%78.82%-
HSV(B)124.71º40.48%98.82%-
XYZ53.5678.5744.69-
YUV210.7998.2184.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 252 (98.83% from 255) = 45%
BLUE value IS 158 (62.11% from 255) = 28.21%
R=26.79%
G=45%
B=28.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521580.4000.370.01124.7194.4478.82
Hex96FC9E2802517d5e4f
Octal226374236500451175136117
Binary10010110111111001001111010100001001011111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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