#96F78E

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

Shades of Pale Green #96F78E

Tints of Pale Green #96F78E

Color information

#96F78E (or 0x96F78E) is unknown color: approx Pale Green. HEX triplet: 96, F7 and 8E. RGB value is (150,247,142). Sum of RGB (Red+Green+Blue) = 150+247+142=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #96F78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F78E is #690871. Grayscale: #CECECE. Windows color (decimal): -6883442 or 9369494. OLE color: 9369494.

HSL color Cylindrical-coordinate representation of color #96F78E: hue angle of 115.43º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96F78E is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB150247142-
CMYK0.3900.430.03
HSL115.43º86.78%76.27%-
HSV(B)115.43º42.51%96.86%-
XYZ50.7274.9637.39-
YUV206.0391.8688.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=27.83%
G=45.83%
B=26.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471420.3900.430.03115.4386.7876.27
Hex96F78E2702B373574c
Octal226367216470533163127114
Binary100101101111011110001110100111010101111111001110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,142); }

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

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

 a { background-color: rgb(150,247,142); }

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

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

 span { border-color: rgb(150,247,142); }

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