Html Css Color HEX #94EA84 Light Green

📋 copy color: '#94EA84'

red 148 ◦ green 234 ◦ blue 132

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

Shades of Light Green #94EA84

Tints of Light Green #94EA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 28.79%
G = 45.53%
B = 25.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#94EA84 (or 0x94EA84) is known color: Light Green. HEX triplet: 94, EA and 84. RGB value is (148,234,132). Sum of RGB (Red+Green+Blue) = 148+234+132=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA84 is #6B157B. Grayscale: #C4C4C4. Windows color (decimal): -7017852 or 8710804. OLE color: 8710804.

HSL color Cylindrical-coordinate representation of color #94EA84: hue angle of 110.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94EA84 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 132 -
CMYK 0.37 0 0.44 0.08
HSL 110.59º 0.71% 0.72% -
HSV(B) 110.59º 0.44% 0.92% -
XYZ 45.8 66.81 32.31 -
YUV 196.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 148 234 132 0.37 0 0.44 0.08 110.59 0.71 0.72
Hex 94 EA 84 25 0 2C 8 6F 47 48
Octal 224 352 204 45 0 54 10 157 107 110
Binary 10010100 11101010 10000100 100101 0 101100 1000 1101111 1000111 1001000

Color Harmonies of #94EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA84

Black with #94EA84

Text Example


Text Example

White with #94EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,234,132); }

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

background-color css

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

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

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

border-color css

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

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

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