#96FA91

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

Shades of Pale Green #96FA91

Tints of Pale Green #96FA91

Color information

#96FA91 (or 0x96FA91) is unknown color: approx Pale Green. HEX triplet: 96, FA and 91. RGB value is (150,250,145). Sum of RGB (Red+Green+Blue) = 150+250+145=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FA91 is #69056E. Grayscale: #D0D0D0. Windows color (decimal): -6882671 or 9566870. OLE color: 9566870.

HSL color Cylindrical-coordinate representation of color #96FA91: hue angle of 117.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96FA91 is Cyan = 0.4, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB150250145-
CMYK0.400.420.02
HSL117.14º91.3%77.45%-
HSV(B)117.14º42%98.04%-
XYZ51.8776.938.9-
YUV208.1392.3786.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=27.52%
G=45.87%
B=26.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501450.400.420.02117.1491.377.45
Hex96FA912802A2755b4d
Octal226372221500522165133115
Binary100101101111101010010001101000010101010111010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,145); }

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

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

 a { background-color: rgb(150,250,145); }

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

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

 span { border-color: rgb(150,250,145); }

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