#96F97E

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

Shades of Light Green #96F97E

Tints of Light Green #96F97E

Color information

#96F97E (or 0x96F97E) is unknown color: approx Light Green. HEX triplet: 96, F9 and 7E. RGB value is (150,249,126). Sum of RGB (Red+Green+Blue) = 150+249+126=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #96F97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F97E is #690681. Grayscale: #CDCDCD. Windows color (decimal): -6882946 or 8321430. OLE color: 8321430.

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

Color convert

RGB150249126-
CMYK0.4000.490.02
HSL108.29º91.11%73.53%-
HSV(B)108.29º49.4%97.65%-
XYZ50.2275.7431.71-
YUV205.3883.288.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 249 (97.66% from 255) = 47.43%
BLUE value IS 126 (49.61% from 255) = 24%
R=28.57%
G=47.43%
B=24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491260.4000.490.02108.2991.1173.53
Hex96F97E2803126c5b4a
Octal226371176500612154133112
Binary10010110111110011111110101000011000110110110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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