#96F68A

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

Shades of Light Green #96F68A

Tints of Light Green #96F68A

Color information

#96F68A (or 0x96F68A) is unknown color: approx Light Green. HEX triplet: 96, F6 and 8A. RGB value is (150,246,138). Sum of RGB (Red+Green+Blue) = 150+246+138=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #96F68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F68A is #690975. Grayscale: #CDCDCD. Windows color (decimal): -6883702 or 9107094. OLE color: 9107094.

HSL color Cylindrical-coordinate representation of color #96F68A: hue angle of 113.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96F68A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB150246138-
CMYK0.3900.440.04
HSL113.33º85.71%75.29%-
HSV(B)113.33º43.9%96.47%-
XYZ50.1274.2335.73-
YUV204.9890.288.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 246 (96.48% from 255) = 46.07%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=28.09%
G=46.07%
B=25.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502461380.3900.440.04113.3385.7175.29
Hex96F68A2702C471564b
Octal226366212470544161126113
Binary1001011011110110100010101001110101100100111000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,246,138); }

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

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

 a { background-color: rgb(150,246,138); }

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

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

 span { border-color: rgb(150,246,138); }

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