#96F195

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

Shades of Light Green #96F195

Tints of Light Green #96F195

Color information

#96F195 (or 0x96F195) is unknown color: approx Light Green. HEX triplet: 96, F1 and 95. RGB value is (150,241,149). Sum of RGB (Red+Green+Blue) = 150+241+149=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #96F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F195 is #690E6A. Grayscale: #CBCBCB. Windows color (decimal): -6884971 or 9826710. OLE color: 9826710.

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

Color convert

RGB150241149-
CMYK0.3800.380.05
HSL119.35º76.67%76.47%-
HSV(B)119.35º38.17%94.51%-
XYZ49.4671.5639.64-
YUV203.397.3589.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=27.78%
G=44.63%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411490.3800.380.05119.3576.6776.47
Hex96F195260265774d4c
Octal226361225460465167115114
Binary1001011011110001100101011001100100110101111011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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