Html Css Color HEX #94EE8D Light Green

📋 copy color: '#94EE8D'

red 148 ◦ green 238 ◦ blue 141

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

Shades of Light Green #94EE8D

Tints of Light Green #94EE8D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 28.08%
G = 45.16%
B = 26.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#94EE8D (or 0x94EE8D) is known color: Light Green. HEX triplet: 94, EE and 8D. RGB value is (148,238,141). Sum of RGB (Red+Green+Blue) = 148+238+141=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EE8D is #6B1172. Grayscale: #C8C8C8. Windows color (decimal): -7016819 or 9301652. OLE color: 9301652.

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

Color convert

RGB 148 238 141 -
CMYK 0.38 0 0.41 0.07
HSL 115.67º 0.74% 0.74% -
HSV(B) 115.67º 0.41% 0.93% -
XYZ 47.6 69.37 36.08 -
YUV 200.03 94.68 90.89 -
System Red Green Blue C M Y K H S L
Decimal 148 238 141 0.38 0 0.41 0.07 115.67 0.74 0.74
Hex 94 EE 8D 26 0 29 7 74 4A 4A
Octal 224 356 215 46 0 51 7 164 112 112
Binary 10010100 11101110 10001101 100110 0 101001 111 1110100 1001010 1001010

Color Harmonies of #94EE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE8D

Black with #94EE8D

Text Example


Text Example

White with #94EE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,141); }

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

background-color css

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

 a { background-color: rgb(148,238,141); }

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

border-color css

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

 span { border-color: rgb(148,238,141); }

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