#93FA94

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

Shades of Pale Green #93FA94

Tints of Pale Green #93FA94

Color information

#93FA94 (or 0x93FA94) is unknown color: approx Pale Green. HEX triplet: 93, FA and 94. RGB value is (147,250,148). Sum of RGB (Red+Green+Blue) = 147+250+148=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FA94 is #6C056B. Grayscale: #CFCFCF. Windows color (decimal): -7079276 or 9763475. OLE color: 9763475.

HSL color Cylindrical-coordinate representation of color #93FA94: hue angle of 120.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FA94 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB147250148-
CMYK0.4100.410.02
HSL120.58º91.15%77.84%-
HSV(B)120.58º41.2%98.04%-
XYZ51.5676.7140.11-
YUV207.5894.3884.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=26.97%
G=45.87%
B=27.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501480.4100.410.02120.5891.1577.84
Hex93FA94290292795b4e
Octal223372224510512171133116
Binary100100111111101010010100101001010100110111100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FA94; }

 p { color: rgb(147,250,148); }

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

<style>
 a { background-color: #93FA94; }

 a { background-color: rgb(147,250,148); }

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

<style>
 span { border-color: #93FA94; }

 span { border-color: rgb(147,250,148); }

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