#94FB8A

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

Shades of Pale Green #94FB8A

Tints of Pale Green #94FB8A

Color information

#94FB8A (or 0x94FB8A) is unknown color: approx Pale Green. HEX triplet: 94, FB and 8A. RGB value is (148,251,138). Sum of RGB (Red+Green+Blue) = 148+251+138=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FB8A is #6B0475. Grayscale: #CFCFCF. Windows color (decimal): -7013494 or 9108372. OLE color: 9108372.

HSL color Cylindrical-coordinate representation of color #94FB8A: hue angle of 114.69º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94FB8A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB148251138-
CMYK0.4100.450.02
HSL114.69º93.39%76.27%-
HSV(B)114.69º45.02%98.43%-
XYZ51.377.1336.23-
YUV207.3288.8885.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 251 (98.44% from 255) = 46.74%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=27.56%
G=46.74%
B=25.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511380.4100.450.02114.6993.3976.27
Hex94FB8A2902D2735d4c
Octal224373212510552163135114
Binary100101001111101110001010101001010110110111001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,251,138); }

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

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

 a { background-color: rgb(148,251,138); }

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

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

 span { border-color: rgb(148,251,138); }

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