Html Css Color HEX #94ED8E Light Green

📋 copy color: '#94ED8E'

red 148 ◦ green 237 ◦ blue 142

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

Shades of Light Green #94ED8E

Tints of Light Green #94ED8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 28.08%
G = 44.97%
B = 26.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#94ED8E (or 0x94ED8E) is known color: Light Green. HEX triplet: 94, ED and 8E. RGB value is (148,237,142). Sum of RGB (Red+Green+Blue) = 148+237+142=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ED8E is #6B1271. Grayscale: #C7C7C7. Windows color (decimal): -7017074 or 9366932. OLE color: 9366932.

HSL color Cylindrical-coordinate representation of color #94ED8E: hue angle of 116.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94ED8E is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 237 142 -
CMYK 0.38 0 0.40 0.07
HSL 116.21º 0.73% 0.74% -
HSV(B) 116.21º 0.4% 0.93% -
XYZ 47.38 68.82 36.38 -
YUV 199.56 95.51 91.22 -
System Red Green Blue C M Y K H S L
Decimal 148 237 142 0.38 0 0.40 0.07 116.21 0.73 0.74
Hex 94 ED 8E 26 0 28 7 74 49 4A
Octal 224 355 216 46 0 50 7 164 111 112
Binary 10010100 11101101 10001110 100110 0 101000 111 1110100 1001001 1001010

Color Harmonies of #94ED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ED8E

Black with #94ED8E

Text Example


Text Example

White with #94ED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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