#96F17E

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

Shades of Light Green #96F17E

Tints of Light Green #96F17E

Color information

#96F17E (or 0x96F17E) is unknown color: approx Light Green. HEX triplet: 96, F1 and 7E. RGB value is (150,241,126). Sum of RGB (Red+Green+Blue) = 150+241+126=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #96F17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F17E is #690E81. Grayscale: #C9C9C9. Windows color (decimal): -6884994 or 8319382. OLE color: 8319382.

HSL color Cylindrical-coordinate representation of color #96F17E: hue angle of 107.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96F17E is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB150241126-
CMYK0.3800.480.05
HSL107.48º80.42%71.96%-
HSV(B)107.48º47.72%94.51%-
XYZ47.870.930.9-
YUV200.6885.8591.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=29.01%
G=46.62%
B=24.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411260.3800.480.05107.4880.4271.96
Hex96F17E2603056b5048
Octal226361176460605153120110
Binary100101101111000111111101001100110000101110101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,241,126); }

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

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

 a { background-color: rgb(150,241,126); }

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

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

 span { border-color: rgb(150,241,126); }

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