#96FCB6

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

Shades of Pale Green #96FCB6

Tints of Pale Green #96FCB6

Color information

#96FCB6 (or 0x96FCB6) is unknown color: approx Pale Green. HEX triplet: 96, FC and B6. RGB value is (150,252,182). Sum of RGB (Red+Green+Blue) = 150+252+182=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCB6 is #690349. Grayscale: #D5D5D5. Windows color (decimal): -6882122 or 11992214. OLE color: 11992214.

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

Color convert

RGB150252182-
CMYK0.4000.280.01
HSL138.82º94.44%78.82%-
HSV(B)138.82º40.48%98.82%-
XYZ55.8379.4856.65-
YUV213.52110.2182.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.68%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=25.68%
G=43.15%
B=31.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521820.4000.280.01138.8294.4478.82
Hex96FCB62801C18b5e4f
Octal226374266500341213136117
Binary10010110111111001011011010100001110011000101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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