Html Css Color HEX #96EC95 Light Green

📋 copy color: '#96EC95'

red 150 ◦ green 236 ◦ blue 149

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

Shades of Light Green #96EC95

Tints of Light Green #96EC95

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

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

R = 28.04%
G = 44.11%
B = 27.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#96EC95 (or 0x96EC95) is known color: Light Green. HEX triplet: 96, EC and 95. RGB value is (150,236,149). Sum of RGB (Red+Green+Blue) = 150+236+149=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EC95 is #69136A. Grayscale: #C8C8C8. Windows color (decimal): -6886251 or 9825430. OLE color: 9825430.

HSL color Cylindrical-coordinate representation of color #96EC95: hue angle of 119.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EC95 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 149 -
CMYK 0.36 0 0.37 0.07
HSL 119.31º 0.7% 0.75% -
HSV(B) 119.31º 0.37% 0.93% -
XYZ 48 68.64 39.15 -
YUV 200.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 150 236 149 0.36 0 0.37 0.07 119.31 0.7 0.75
Hex 96 EC 95 24 0 25 7 77 46 4B
Octal 226 354 225 44 0 45 7 167 106 113
Binary 10010110 11101100 10010101 100100 0 100101 111 1110111 1000110 1001011

Color Harmonies of #96EC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC95

Black with #96EC95

Text Example


Text Example

White with #96EC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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