Html Css Color HEX #94F39E Pale Green

📋 copy color: '#94F39E'

red 148 ◦ green 243 ◦ blue 158

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

Shades of Pale Green #94F39E

Tints of Pale Green #94F39E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.26%

 BLUE value IS 158 (62.11% from 255) = 28.78%

R = 26.96%
G = 44.26%
B = 28.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#94F39E (or 0x94F39E) is known color: Pale Green. HEX triplet: 94, F3 and 9E. RGB value is (148,243,158). Sum of RGB (Red+Green+Blue) = 148+243+158=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #94F39E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F39E is #6B0C61. Grayscale: #CDCDCD. Windows color (decimal): -7015522 or 10417044. OLE color: 10417044.

HSL color Cylindrical-coordinate representation of color #94F39E: hue angle of 126.32º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F39E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 243 158 -
CMYK 0.39 0 0.35 0.05
HSL 126.32º 0.8% 0.77% -
HSV(B) 126.32º 0.39% 0.95% -
XYZ 50.43 72.87 43.75 -
YUV 204.91 101.53 87.41 -
System Red Green Blue C M Y K H S L
Decimal 148 243 158 0.39 0 0.35 0.05 126.32 0.8 0.77
Hex 94 F3 9E 27 0 23 5 7E 50 4D
Octal 224 363 236 47 0 43 5 176 120 115
Binary 10010100 11110011 10011110 100111 0 100011 101 1111110 1010000 1001101

Color Harmonies of #94F39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F39E

Black with #94F39E

Text Example


Text Example

White with #94F39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,243,158); }

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

background-color css

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

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

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

border-color css

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

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

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