Html Css Color HEX #94EE9C Light Green

📋 copy color: '#94EE9C'

red 148 ◦ green 238 ◦ blue 156

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

Shades of Light Green #94EE9C

Tints of Light Green #94EE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 27.31%
G = 43.91%
B = 28.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#94EE9C (or 0x94EE9C) is known color: Light Green. HEX triplet: 94, EE and 9C. RGB value is (148,238,156). Sum of RGB (Red+Green+Blue) = 148+238+156=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EE9C is #6B1163. Grayscale: #C9C9C9. Windows color (decimal): -7016804 or 10284692. OLE color: 10284692.

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

Color convert

RGB 148 238 156 -
CMYK 0.38 0 0.34 0.07
HSL 125.33º 0.73% 0.76% -
HSV(B) 125.33º 0.38% 0.93% -
XYZ 48.79 69.85 42.36 -
YUV 201.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 148 238 156 0.38 0 0.34 0.07 125.33 0.73 0.76
Hex 94 EE 9C 26 0 22 7 7D 49 4C
Octal 224 356 234 46 0 42 7 175 111 114
Binary 10010100 11101110 10011100 100110 0 100010 111 1111101 1001001 1001100

Color Harmonies of #94EE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE9C

Black with #94EE9C

Text Example


Text Example

White with #94EE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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