#94FC8D

Color #94FC8D Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #94FC8D

Tints of Pale Green #94FC8D

Color information

#94FC8D (or 0x94FC8D) is unknown color: approx Pale Green. HEX triplet: 94, FC and 8D. RGB value is (148,252,141). Sum of RGB (Red+Green+Blue) = 148+252+141=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC8D is #6B0372. Grayscale: #D0D0D0. Windows color (decimal): -7013235 or 9305236. OLE color: 9305236.

HSL color Cylindrical-coordinate representation of color #94FC8D: hue angle of 116.22º 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 #94FC8D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB148252141-
CMYK0.4100.440.01
HSL116.22º94.87%77.06%-
HSV(B)116.22º44.05%98.82%-
XYZ51.8377.8437.49-
YUV208.2590.0485.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 252 (98.83% from 255) = 46.58%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=27.36%
G=46.58%
B=26.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521410.4100.440.01116.2294.8777.06
Hex94FC8D2902C1745f4d
Octal224374215510541164137115
Binary10010100111111001000110110100101011001111010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FC8D;
 }
 .AnyTagClassName
 {
   color: #94FC8D;
 }
</style>
background-color css

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

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

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

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

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

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