Html Css Color HEX #94E796 Light Green

📋 copy color: '#94E796'

red 148 ◦ green 231 ◦ blue 150

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

Shades of Light Green #94E796

Tints of Light Green #94E796

RGB

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

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

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

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

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #94E796: hue angle of 121.45º 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 #94E796 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 231 150 -
CMYK 0.36 0 0.35 0.09
HSL 121.45º 0.63% 0.74% -
HSV(B) 121.45º 0.36% 0.91% -
XYZ 46.29 65.65 39.09 -
YUV 196.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 148 231 150 0.36 0 0.35 0.09 121.45 0.63 0.74
Hex 94 E7 96 24 0 23 9 79 3F 4A
Octal 224 347 226 44 0 43 11 171 77 112
Binary 10010100 11100111 10010110 100100 0 100011 1001 1111001 111111 1001010

Color Harmonies of #94E796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E796

Black with #94E796

Text Example


Text Example

White with #94E796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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