Html Css Color HEX #94FC8C Pale Green

📋 copy color: '#94FC8C'

red 148 ◦ green 252 ◦ blue 140

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

Shades of Pale Green #94FC8C

Tints of Pale Green #94FC8C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

 BLUE value IS 140 (55.08% from 255) = 25.93%

R = 27.41%
G = 46.67%
B = 25.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#94FC8C (or 0x94FC8C) is known color: Pale Green. HEX triplet: 94, FC and 8C. RGB value is (148,252,140). Sum of RGB (Red+Green+Blue) = 148+252+140=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC8C is #6B0373. Grayscale: #D0D0D0. Windows color (decimal): -7013236 or 9239700. OLE color: 9239700.

HSL color Cylindrical-coordinate representation of color #94FC8C: hue angle of 115.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94FC8C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 140 -
CMYK 0.41 0 0.44 0.01
HSL 115.71º 0.95% 0.77% -
HSV(B) 115.71º 0.44% 0.99% -
XYZ 51.76 77.81 37.1 -
YUV 208.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 148 252 140 0.41 0 0.44 0.01 115.71 0.95 0.77
Hex 94 FC 8C 29 0 2C 1 74 5F 4D
Octal 224 374 214 51 0 54 1 164 137 115
Binary 10010100 11111100 10001100 101001 0 101100 1 1110100 1011111 1001101

Color Harmonies of #94FC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FC8C

Black with #94FC8C

Text Example


Text Example

White with #94FC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,252,140); }

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

background-color css

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

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

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

border-color css

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

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

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