Html Css Color HEX #94EA93 Light Green

📋 copy color: '#94EA93'

red 148 ◦ green 234 ◦ blue 147

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

Shades of Light Green #94EA93

Tints of Light Green #94EA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.79%

R = 27.98%
G = 44.23%
B = 27.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#94EA93 (or 0x94EA93) is known color: Light Green. HEX triplet: 94, EA and 93. RGB value is (148,234,147). Sum of RGB (Red+Green+Blue) = 148+234+147=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA93 is #6B156C. Grayscale: #C6C6C6. Windows color (decimal): -7017837 or 9693844. OLE color: 9693844.

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

Color convert

RGB 148 234 147 -
CMYK 0.37 0 0.37 0.08
HSL 119.31º 0.67% 0.75% -
HSV(B) 119.31º 0.37% 0.92% -
XYZ 46.9 67.25 38.11 -
YUV 198.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 148 234 147 0.37 0 0.37 0.08 119.31 0.67 0.75
Hex 94 EA 93 25 0 25 8 77 43 4B
Octal 224 352 223 45 0 45 10 167 103 113
Binary 10010100 11101010 10010011 100101 0 100101 1000 1110111 1000011 1001011

Color Harmonies of #94EA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA93

Black with #94EA93

Text Example


Text Example

White with #94EA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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