Html Css Color HEX #96F192 Light Green

📋 copy color: '#96F192'

red 150 ◦ green 241 ◦ blue 146

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

Shades of Light Green #96F192

Tints of Light Green #96F192

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.88%

 BLUE value IS 146 (57.42% from 255) = 27.19%

R = 27.93%
G = 44.88%
B = 27.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#96F192 (or 0x96F192) is known color: Light Green. HEX triplet: 96, F1 and 92. RGB value is (150,241,146). Sum of RGB (Red+Green+Blue) = 150+241+146=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #96F192 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F192 is #690E6D. Grayscale: #CBCBCB. Windows color (decimal): -6884974 or 9630102. OLE color: 9630102.

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

Color convert

RGB 150 241 146 -
CMYK 0.38 0 0.39 0.05
HSL 117.47º 0.77% 0.76% -
HSV(B) 117.47º 0.39% 0.95% -
XYZ 49.22 71.47 38.39 -
YUV 202.96 95.85 90.22 -
System Red Green Blue C M Y K H S L
Decimal 150 241 146 0.38 0 0.39 0.05 117.47 0.77 0.76
Hex 96 F1 92 26 0 27 5 75 4D 4C
Octal 226 361 222 46 0 47 5 165 115 114
Binary 10010110 11110001 10010010 100110 0 100111 101 1110101 1001101 1001100

Color Harmonies of #96F192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F192

Black with #96F192

Text Example


Text Example

White with #96F192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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