Html Css Color HEX #94EF94 Light Green

📋 copy color: '#94EF94'

red 148 ◦ green 239 ◦ blue 148

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

Shades of Light Green #94EF94

Tints of Light Green #94EF94

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 27.66%
G = 44.67%
B = 27.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#94EF94 (or 0x94EF94) is known color: Light Green. HEX triplet: 94, EF and 94. RGB value is (148,239,148). Sum of RGB (Red+Green+Blue) = 148+239+148=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF94 is #6B106B. Grayscale: #C9C9C9. Windows color (decimal): -7016556 or 9760660. OLE color: 9760660.

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

Color convert

RGB 148 239 148 -
CMYK 0.38 0 0.38 0.06
HSL 120º 0.74% 0.76% -
HSV(B) 120º 0.38% 0.94% -
XYZ 48.42 70.17 39.01 -
YUV 201.42 97.85 89.9 -
System Red Green Blue C M Y K H S L
Decimal 148 239 148 0.38 0 0.38 0.06 120 0.74 0.76
Hex 94 EF 94 26 0 26 6 78 4A 4C
Octal 224 357 224 46 0 46 6 170 112 114
Binary 10010100 11101111 10010100 100110 0 100110 110 1111000 1001010 1001100

Color Harmonies of #94EF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EF94

Black with #94EF94

Text Example


Text Example

White with #94EF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,148); }

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

background-color css

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

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

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

border-color css

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

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

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