Html Css Color HEX #96F095 Light Green

📋 copy color: '#96F095'

red 150 ◦ green 240 ◦ blue 149

#96F095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #96F095

Tints of Light Green #96F095

RGB

 RED value IS 150 (58.98% from 255) = 27.83%

 GREEN value IS 240 (94.14% from 255) = 44.53%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 27.83%
G = 44.53%
B = 27.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#96F095 (or 0x96F095) is known color: Light Green. HEX triplet: 96, F0 and 95. RGB value is (150,240,149). Sum of RGB (Red+Green+Blue) = 150+240+149=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #96F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F095 is #690F6A. Grayscale: #CACACA. Windows color (decimal): -6885227 or 9826454. OLE color: 9826454.

HSL color Cylindrical-coordinate representation of color #96F095: hue angle of 119.34º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F095 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 149 -
CMYK 0.37 0 0.38 0.06
HSL 119.34º 0.75% 0.76% -
HSV(B) 119.34º 0.38% 0.94% -
XYZ 49.16 70.97 39.54 -
YUV 202.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 150 240 149 0.37 0 0.38 0.06 119.34 0.75 0.76
Hex 96 F0 95 25 0 26 6 77 4B 4C
Octal 226 360 225 45 0 46 6 167 113 114
Binary 10010110 11110000 10010101 100101 0 100110 110 1110111 1001011 1001100

Color Harmonies of #96F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F095

Black with #96F095

Text Example


Text Example

White with #96F095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96F095;
 }
 .AnyTagClassName
 {
   color: #96F095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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