Html Css Color HEX #94F296 Light Green

📋 copy color: '#94F296'

red 148 ◦ green 242 ◦ blue 150

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

Shades of Light Green #94F296

Tints of Light Green #94F296

RGB

 RED value IS 148 (58.2% from 255) = 27.41%

 GREEN value IS 242 (94.92% from 255) = 44.81%

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 27.41%
G = 44.81%
B = 27.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#94F296 (or 0x94F296) is known color: Light Green. HEX triplet: 94, F2 and 96. RGB value is (148,242,150). Sum of RGB (Red+Green+Blue) = 148+242+150=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #94F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F296 is #6B0D69. Grayscale: #CBCBCB. Windows color (decimal): -7015786 or 9892500. OLE color: 9892500.

HSL color Cylindrical-coordinate representation of color #94F296: hue angle of 121.28º degrees, saturation: 0.78, 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 #94F296 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 150 -
CMYK 0.39 0 0.38 0.05
HSL 121.28º 0.78% 0.76% -
HSV(B) 121.28º 0.39% 0.95% -
XYZ 49.47 72 40.14 -
YUV 203.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 148 242 150 0.39 0 0.38 0.05 121.28 0.78 0.76
Hex 94 F2 96 27 0 26 5 79 4E 4C
Octal 224 362 226 47 0 46 5 171 116 114
Binary 10010100 11110010 10010110 100111 0 100110 101 1111001 1001110 1001100

Color Harmonies of #94F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F296

Black with #94F296

Text Example


Text Example

White with #94F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F296; }

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

 H1.HeaderClassName
 {
   color: #94F296;
 }
 .AnyTagClassName
 {
   color: #94F296;
 }
</style>

background-color css

<style>
 a { background-color: #94F296; }

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

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

border-color css

<style>
 span { border-color: #94F296; }

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

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