Html Css Color HEX #96E794 Light Green

📋 copy color: '#96E794'

red 150 ◦ green 231 ◦ blue 148

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

Shades of Light Green #96E794

Tints of Light Green #96E794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.67%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 28.36%
G = 43.67%
B = 27.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#96E794 (or 0x96E794) is known color: Light Green. HEX triplet: 96, E7 and 94. RGB value is (150,231,148). Sum of RGB (Red+Green+Blue) = 150+231+148=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #96E794 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E794 is #69186B. Grayscale: #C5C5C5. Windows color (decimal): -6887532 or 9758614. OLE color: 9758614.

HSL color Cylindrical-coordinate representation of color #96E794: hue angle of 118.55º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E794 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 148 -
CMYK 0.35 0 0.36 0.09
HSL 118.55º 0.63% 0.74% -
HSV(B) 118.55º 0.36% 0.91% -
XYZ 46.5 65.77 38.26 -
YUV 197.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 150 231 148 0.35 0 0.36 0.09 118.55 0.63 0.74
Hex 96 E7 94 23 0 24 9 77 3F 4A
Octal 226 347 224 43 0 44 11 167 77 112
Binary 10010110 11100111 10010100 100011 0 100100 1001 1110111 111111 1001010

Color Harmonies of #96E794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E794

Black with #96E794

Text Example


Text Example

White with #96E794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,231,148); }

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

background-color css

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

 a { background-color: rgb(150,231,148); }

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

border-color css

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

 span { border-color: rgb(150,231,148); }

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