#94FC91

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

Shades of Pale Green #94FC91

Tints of Pale Green #94FC91

Color information

#94FC91 (or 0x94FC91) is unknown color: approx Pale Green. HEX triplet: 94, FC and 91. RGB value is (148,252,145). Sum of RGB (Red+Green+Blue) = 148+252+145=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC91 is #6B036E. Grayscale: #D1D1D1. Windows color (decimal): -7013231 or 9567380. OLE color: 9567380.

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

Color convert

RGB148252145-
CMYK0.4100.420.01
HSL118.32º94.69%77.84%-
HSV(B)118.32º42.46%98.82%-
XYZ52.1377.9639.09-
YUV208.7192.0484.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=27.16%
G=46.24%
B=26.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521450.4100.420.01118.3294.6977.84
Hex94FC912902A1765f4e
Octal224374221510521166137116
Binary10010100111111001001000110100101010101111011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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