Html Css Color HEX #94ED9B Light Green

📋 copy color: '#94ED9B'

red 148 ◦ green 237 ◦ blue 155

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

Shades of Light Green #94ED9B

Tints of Light Green #94ED9B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 27.41%
G = 43.89%
B = 28.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#94ED9B (or 0x94ED9B) is known color: Light Green. HEX triplet: 94, ED and 9B. RGB value is (148,237,155). Sum of RGB (Red+Green+Blue) = 148+237+155=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ED9B is #6B1264. Grayscale: #C9C9C9. Windows color (decimal): -7017061 or 10218900. OLE color: 10218900.

HSL color Cylindrical-coordinate representation of color #94ED9B: hue angle of 124.72º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94ED9B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 237 155 -
CMYK 0.38 0 0.35 0.07
HSL 124.72º 0.71% 0.75% -
HSV(B) 124.72º 0.38% 0.93% -
XYZ 48.41 69.23 41.82 -
YUV 201.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 148 237 155 0.38 0 0.35 0.07 124.72 0.71 0.75
Hex 94 ED 9B 26 0 23 7 7D 47 4B
Octal 224 355 233 46 0 43 7 175 107 113
Binary 10010100 11101101 10011011 100110 0 100011 111 1111101 1000111 1001011

Color Harmonies of #94ED9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ED9B

Black with #94ED9B

Text Example


Text Example

White with #94ED9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,237,155); }

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

background-color css

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

 a { background-color: rgb(148,237,155); }

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

border-color css

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

 span { border-color: rgb(148,237,155); }

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